# HG changeset patch # User Santeri Piippo # Date 1363373952 -7200 # Node ID 727e02d6b87a443a01f876c5ea3b78193e3c4635 # Parent 758302636564176b24bac43e549a2b55b4b693a7 rename file-specific icons to file-* diff -r 758302636564 -r 727e02d6b87a gui.cpp --- a/gui.cpp Fri Mar 15 20:52:34 2013 +0200 +++ b/gui.cpp Fri Mar 15 20:59:12 2013 +0200 @@ -48,9 +48,9 @@ *sAboutText = "About " APPNAME_DISPLAY; MAKE_ACTION (new, "&New", "file-new", "Create a new part model.") - MAKE_ACTION (open, "&Open", "open", "Load a part model from a file.") - MAKE_ACTION (save, "&Save", "save", "Save the part model.") - MAKE_ACTION (saveAs, "Save &As", "save-as", "Save the part to a specific file.") + MAKE_ACTION (open, "&Open", "file-open", "Load a part model from a file.") + MAKE_ACTION (save, "&Save", "file-save", "Save the part model.") + MAKE_ACTION (saveAs, "Save &As", "file-save-as", "Save the part to a specific file.") MAKE_ACTION (exit, "&Exit", "exit", "Close " APPNAME_DISPLAY ".") MAKE_ACTION (cut, "Cut", "cut", "Cut the current selection to clipboard.") diff -r 758302636564 -r 727e02d6b87a icons/file-save-as.png Binary file icons/file-save-as.png has changed diff -r 758302636564 -r 727e02d6b87a icons/file-save.png Binary file icons/file-save.png has changed diff -r 758302636564 -r 727e02d6b87a icons/save-as.png Binary file icons/save-as.png has changed diff -r 758302636564 -r 727e02d6b87a icons/save.png Binary file icons/save.png has changed