Rename most device icons to comply with XDG standards

pull/1/head
Timothy Pearson 9 years ago
parent 61424d3353
commit 8ebcedc9d5

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

@ -58,7 +58,7 @@ Comment[xh]=Iplagi efakiweyo ye Monitor Yediski
Comment[zh_CN]=磁盘监视器插件 Comment[zh_CN]=磁盘监视器插件
Comment[zh_TW]=磁碟監視器外掛程式 Comment[zh_TW]=磁碟監視器外掛程式
Comment[zu]=I-plugin Yomlawuli Wediski Comment[zu]=I-plugin Yomlawuli Wediski
Icon=hdd_mount Icon=drive-harddisk-mounted
Name=Disk Name=Disk
Name[af]=Disket Name[af]=Disket
Name[ar]=قرص Name[ar]=قرص

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

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

@ -49,7 +49,7 @@ Comment[uk]=Втулок датчика апаратного забезпече
Comment[wa]=Tchôke-divins di corwaitaedje di l' éndjolreye pol Dell I8K Comment[wa]=Tchôke-divins di corwaitaedje di l' éndjolreye pol Dell I8K
Comment[zh_CN]=Dell I8K 硬件邮件监视器插件 Comment[zh_CN]=Dell I8K 硬件邮件监视器插件
Comment[zh_TW]=Dell I8K 硬體監視器外掛程式 Comment[zh_TW]=Dell I8K 硬體監視器外掛程式
Icon=hdd_mount Icon=drive-harddisk-mounted
Name=Dell I8K Name=Dell I8K
Name[fr]=Dell l8K Name[fr]=Dell l8K
Name[he]=Dell l8k Name[he]=Dell l8k

Loading…
Cancel
Save