diff options
Diffstat (limited to 'src/modules/objects/class_listbox.cpp')
| -rw-r--r-- | src/modules/objects/class_listbox.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/modules/objects/class_listbox.cpp b/src/modules/objects/class_listbox.cpp index 1ba12fcda..97e978617 100644 --- a/src/modules/objects/class_listbox.cpp +++ b/src/modules/objects/class_listbox.cpp @@ -1,9 +1,10 @@ -//vim: ts=8 +//============================================================================= +// // File : class_listbox.cpp // Creation date : Sat Oct 2 03:40:28 CET 2004 by Szymon Stefanek // -// This file is part of the KVirc irc client distribution -// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net) +// This file is part of the KVirc irc client distribution +// Copyright (C) 2004-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,7 +20,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // - +//============================================================================= #include "kvi_error.h" #include "kvi_locale.h" |
