From e73217e7d823e23ac7bc4d97cfd8e95e3d4d13b1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 23 Oct 2014 10:14:53 -0500 Subject: Fix another FTBFS due to accidental double quote duplication --- src/ktechlab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ktechlab.cpp') 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 ); -- cgit v1.2.3