Fix FTBFS due to accidental double quote duplication

pull/1/head r14.0.0
Timothy Pearson 10 years ago
parent 415652205b
commit a529a15941

@ -85,8 +85,8 @@ bool TNoteLink::isLocalReference() const
TNotesCollection::TNotesCollection() TNotesCollection::TNotesCollection()
{ {
Pixmaps[0] = TDEGlobal::iconLoader()->loadIcon(""text-vnd.tde.ascii", TDEIcon::Small); Pixmaps[0] = TDEGlobal::iconLoader()->loadIcon("text-vnd.tde.ascii", TDEIcon::Small);
Pixmaps[1] = TDEGlobal::iconLoader()->loadIcon(""text-plain", TDEIcon::Small); Pixmaps[1] = TDEGlobal::iconLoader()->loadIcon("text-plain", TDEIcon::Small);
Pixmaps[2] = TDEGlobal::iconLoader()->loadIcon("folder", TDEIcon::Small); Pixmaps[2] = TDEGlobal::iconLoader()->loadIcon("folder", TDEIcon::Small);
Pixmaps[3] = TDEGlobal::iconLoader()->loadIcon("folder_txt", TDEIcon::Small); Pixmaps[3] = TDEGlobal::iconLoader()->loadIcon("folder_txt", TDEIcon::Small);
modified = false; modified = false;

Loading…
Cancel
Save