Fix FTBFS due to accidental double quote duplication

r14.0.x
Timothy Pearson 10 years ago
parent c3f883a053
commit d792ddf6da

@ -171,7 +171,7 @@ TDEGlobalLedgerView::TDEGlobalLedgerView(TQWidget *parent, const char *name )
// 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);

Loading…
Cancel
Save