diff options
Diffstat (limited to 'src/dbviewer.cpp')
-rw-r--r-- | src/dbviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbviewer.cpp b/src/dbviewer.cpp index d91dd42..5b0caa8 100644 --- a/src/dbviewer.cpp +++ b/src/dbviewer.cpp @@ -147,7 +147,7 @@ KlamDB::~KlamDB() */ void KlamDB::languageChange() { - setCaption( i18n( "Form1" ) ); + setCaption("Form1"); tabBrowser->changeTab( tab, i18n( "Info" ) ); VirusList->header()->setLabel( 0, i18n( "All Known Viruses" ) ); VirusList->clear(); |