Branch: master

d792ddf6 2014-10-23 00:25:12 Timothy Pearson
Fix FTBFS due to accidental double quote duplication
M kmymoney2/views/kgloballedgerview.cpp
diff --git a/kmymoney2/views/kgloballedgerview.cpp b/kmymoney2/views/kgloballedgerview.cpp
index 5e7029c..5271ee4 100644
--- a/kmymoney2/views/kgloballedgerview.cpp
+++ b/kmymoney2/views/kgloballedgerview.cpp
@@ -171,7 +171,7 @@
   // I leave the code commented here for a while, so that I see
   // how I can add other  widgets at this point
   TDEIconLoader *il = TDEGlobal::iconLoader();
-  m_toolbar->insertButton(il->loadIcon(""text-x-generic", TDEIcon::Small, TDEIcon::SizeSmall),
+  m_toolbar->insertButton(il->loadIcon("text-x-generic", TDEIcon::Small, TDEIcon::SizeSmall),
                         1,true,i18n("Account"));
   //m_toolbar->setMaximumSize(50,20);
   m_toolbar->alignItemRight(1);