diff options
| author | 2015-10-28 09:29:04 +0000 | |
|---|---|---|
| committer | 2015-10-28 09:30:35 +0000 | |
| commit | 2f8e7f483ad14b55d7e71be19e87de1f52de4930 (patch) | |
| tree | 507f957576c24bc1c6b4eda64706f9ef118a8b4a /src/modules/list | |
| parent | umode: Don't mix return value data types (diff) | |
| download | KVIrc-2f8e7f483ad14b55d7e71be19e87de1f52de4930.tar.gz KVIrc-2f8e7f483ad14b55d7e71be19e87de1f52de4930.tar.bz2 KVIrc-2f8e7f483ad14b55d7e71be19e87de1f52de4930.zip | |
Copyright Headers: Cosmetic typos irc -> IRC
Diffstat (limited to 'src/modules/list')
| -rw-r--r-- | src/modules/list/ListWindow.cpp | 2 | ||||
| -rw-r--r-- | src/modules/list/ListWindow.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/list/ListWindow.cpp b/src/modules/list/ListWindow.cpp index f0e15fa42..86d05ffb1 100644 --- a/src/modules/list/ListWindow.cpp +++ b/src/modules/list/ListWindow.cpp @@ -3,7 +3,7 @@ // File : ListWindow.cpp // Creation date : Thu Oct 7 2001 13:27:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/list/ListWindow.h b/src/modules/list/ListWindow.h index 6df7faa9e..ca6feeb38 100644 --- a/src/modules/list/ListWindow.h +++ b/src/modules/list/ListWindow.h @@ -5,7 +5,7 @@ // File : ListWindow.h // Creation date : Thu Oct 7 2001 13:27:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or |
