summaryrefslogtreecommitdiffstats
path: root/src/ktechlab.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-23 10:14:53 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-23 10:14:53 -0500
commite73217e7d823e23ac7bc4d97cfd8e95e3d4d13b1 (patch)
tree199160923da69e6328efc314747fff2534e91582 /src/ktechlab.cpp
parente08bcec78c41f58098fe0cb39ac025e7298c7d82 (diff)
downloadktechlab-e73217e7d823e23ac7bc4d97cfd8e95e3d4d13b1.tar.gz
ktechlab-e73217e7d823e23ac7bc4d97cfd8e95e3d4d13b1.zip
Fix another FTBFS due to accidental double quote duplicationr14.0.0
Diffstat (limited to 'src/ktechlab.cpp')
-rw-r--r--src/ktechlab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ktechlab.cpp b/src/ktechlab.cpp
index 2291480..5979544 100644
--- a/src/ktechlab.cpp
+++ b/src/ktechlab.cpp
@@ -209,7 +209,7 @@ void KTechlab::setupToolDocks()
tv = createToolView( LanguageManager::toolViewIdentifier(),
KMultiTabBar::Bottom,
- loader->loadIcon( ""text-x-log", TDEIcon::Small ),
+ loader->loadIcon( "text-x-log", TDEIcon::Small ),
i18n("Messages") );
LanguageManager::self( tv, this );