summaryrefslogtreecommitdiffstats
path: root/src/devices/gui/memory_editor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:50 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:50 -0500
commit8b77ddccbca9763e45f50c20e7604120c39afb3a (patch)
treea53c042bd97a8ed7cd8d9e2883f7ffecff067318 /src/devices/gui/memory_editor.cpp
parentc473c81cc8bb5ad0d7459ab037f988656030268d (diff)
downloadpiklab-8b77ddccbca9763e45f50c20e7604120c39afb3a.tar.gz
piklab-8b77ddccbca9763e45f50c20e7604120c39afb3a.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'src/devices/gui/memory_editor.cpp')
-rw-r--r--src/devices/gui/memory_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/gui/memory_editor.cpp b/src/devices/gui/memory_editor.cpp
index c33891a..c5d06f3 100644
--- a/src/devices/gui/memory_editor.cpp
+++ b/src/devices/gui/memory_editor.cpp
@@ -272,7 +272,7 @@ void Device::MemoryEditorGroup::updateDisplay()
//-----------------------------------------------------------------------------
const Device::ActionData Device::ACTION_DATA[Nb_Actions] = {
- { I18N_NOOP("&Clear"), "fileclose", NeedWrite },
+ { I18N_NOOP("&Clear"), "window-close", NeedWrite },
{ I18N_NOOP("&Zero"), 0, NeedWrite },
{ I18N_NOOP("For checksum check"), 0, NeedWrite },
{ I18N_NOOP("Re&load"), "reload", SeparatorAfter | NeedModified },