diff options
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 ); |