diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:18 -0500 |
commit | 2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20 (patch) | |
tree | c0899acbde782754761df4cb43d44807bbecfcdd /umbrello | |
parent | 2762d81ca66d7106e62854f9cb1736cbd157e0f4 (diff) | |
download | tdesdk-2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20.tar.gz tdesdk-2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/listpopupmenu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/listpopupmenu.cpp b/umbrello/umbrello/listpopupmenu.cpp index 62799646..136627b0 100644 --- a/umbrello/umbrello/listpopupmenu.cpp +++ b/umbrello/umbrello/listpopupmenu.cpp @@ -1329,8 +1329,8 @@ void ListPopupMenu::setupMenu(Menu_Type type, UMLView* view) { } void ListPopupMenu::setupDiagramMenu(UMLView* view) { - insertItem(SmallIcon("undo"), i18n("Undo"), mt_Undo); - insertItem(SmallIcon("redo"), i18n("Redo"), mt_Redo); + insertItem(SmallIcon("edit-undo"), i18n("Undo"), mt_Undo); + insertItem(SmallIcon("edit-redo"), i18n("Redo"), mt_Redo); insertSeparator(); insertStdItem(mt_Cut); insertStdItem(mt_Copy); |