Adjusted to new normalized device icon names in tdelibs.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/11/head
Michele Calgaro 5 years ago
parent 1c76bf623a
commit 60319c7d5b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -84,7 +84,7 @@ KSim::ConfigDialog::ConfigDialog(KSim::Config *config,
list << ' ' + i18n("Miscellaneous") << ' ' + i18n("Swap");
TQFrame *swap = addHBoxPage(list, i18n("Swap Options"),
SmallIcon("drive-harddisk"));
SmallIcon("drive-harddisk-unmounted"));
m_swapPage = new KSim::SwapPrefs(swap);
TQFrame *theme = addHBoxPage(' ' + i18n("Themes"),

@ -1,5 +1,5 @@
[Desktop Entry]
Icon=drive-harddisk
Icon=drive-harddisk-mounted
Name=DFree
Name[af]=Dfree
Name[bg]=Дялове

@ -217,7 +217,7 @@ void FilesystemWidget::showMenu(uint id)
TQPopupMenu menu;
menu.insertItem(SmallIcon("drive-harddisk-mounted"), i18n("&Mount Device"), 1);
menu.insertItem(SmallIcon("drive-harddisk"), i18n("&Unmount Device"), 2);
menu.insertItem(SmallIcon("drive-harddisk-unmounted"), i18n("&Unmount Device"), 2);
switch (menu.exec(TQCursor::pos())) {
case 1:

Loading…
Cancel
Save