diff options
| author | 2017-05-24 17:39:36 +0200 | |
|---|---|---|
| committer | 2017-05-24 17:39:36 +0200 | |
| commit | 90e1ffeefb2405f71095dd3529b4c0ec2fe2b906 (patch) | |
| tree | ebc2d440ab6258fd3a51cedafb8313e667f1d71c /src/modules/url/libkviurl.cpp | |
| parent | Make Windows code Unicode-aware (#2219) (diff) | |
| download | KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.gz KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.bz2 KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.zip | |
push and pull po{t}s, typo fixes
Diffstat (limited to 'src/modules/url/libkviurl.cpp')
| -rw-r--r-- | src/modules/url/libkviurl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/url/libkviurl.cpp b/src/modules/url/libkviurl.cpp index 1a2ca1a68..4a3640639 100644 --- a/src/modules/url/libkviurl.cpp +++ b/src/modules/url/libkviurl.cpp @@ -77,7 +77,7 @@ void loadBanList(); UrlDlgList * findFrame(); void url_module_help(); -#define KVI_URL_EXTENSION_NAME "URL module extenstion" +#define KVI_URL_EXTENSION_NAME "URL module extension" UrlDialogTreeWidget::UrlDialogTreeWidget(QWidget * par) : QTreeWidget(par) |
