diff options
| author | 2008-04-28 14:11:43 +0000 | |
|---|---|---|
| committer | 2008-04-28 14:11:43 +0000 | |
| commit | 87c0a4c338ce9a5bae5cf27fb54d54a8842a8c1b (patch) | |
| tree | c707aa3f13fe8fe0c72f329e20e0a46991c258aa /src/modules/options/optw_connection.cpp | |
| parent | fixed docs rules for macosx (diff) | |
| download | KVIrc-87c0a4c338ce9a5bae5cf27fb54d54a8842a8c1b.tar.gz KVIrc-87c0a4c338ce9a5bae5cf27fb54d54a8842a8c1b.tar.bz2 KVIrc-87c0a4c338ce9a5bae5cf27fb54d54a8842a8c1b.zip | |
Fix for a couple of leftover compilation issues
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1611 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_connection.cpp')
| -rw-r--r-- | src/modules/options/optw_connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_connection.cpp b/src/modules/options/optw_connection.cpp index 1f01823bb..836965a6d 100644 --- a/src/modules/options/optw_connection.cpp +++ b/src/modules/options/optw_connection.cpp @@ -167,7 +167,7 @@ KviTransportOptionsWidget::KviTransportOptionsWidget(QWidget * parent) "dns lookup. This is harmless and can fix some problems with caching " \ "dns servers that do not properly rotate the records as the authoritative " \ "ones would do. On the other hand, you might want to disable it if " \ - "you want to rely on the dns server to provide the best choice.</center>")); + "you want to rely on the dns server to provide the best choice.</center>","options")); addRowSpacer(0,5,0,5); } |
