diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:50 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:50 -0500 |
commit | 8b77ddccbca9763e45f50c20e7604120c39afb3a (patch) | |
tree | a53c042bd97a8ed7cd8d9e2883f7ffecff067318 /src/devices/gui/memory_editor.cpp | |
parent | c473c81cc8bb5ad0d7459ab037f988656030268d (diff) | |
download | piklab-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.cpp | 2 |
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 }, |