diff options
author | Timothy Pearson <[email protected]> | 2014-10-23 10:14:53 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-23 10:14:53 -0500 |
commit | e73217e7d823e23ac7bc4d97cfd8e95e3d4d13b1 (patch) | |
tree | 199160923da69e6328efc314747fff2534e91582 /src/ktechlab.cpp | |
parent | e08bcec78c41f58098fe0cb39ac025e7298c7d82 (diff) | |
download | ktechlab-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.cpp | 2 |
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 ); |