diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-26 19:52:59 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-26 19:52:59 +0100 |
commit | cdd4cad2ce3930bf1d484ab12371a5d6a354ea00 (patch) | |
tree | 029f4f723976e1480812a984e81b8e961e14d39c /src/file-manager/fm-actions.h | |
parent | 390b49cb93699309e1250143e744b2e61ac81cfe (diff) | |
download | caja-cdd4cad2ce3930bf1d484ab12371a5d6a354ea00.tar.bz2 caja-cdd4cad2ce3930bf1d484ab12371a5d6a354ea00.tar.xz |
ported nautilus-elementary UNDO-REDO (bzr rev 60)
Diffstat (limited to 'src/file-manager/fm-actions.h')
-rw-r--r-- | src/file-manager/fm-actions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file-manager/fm-actions.h b/src/file-manager/fm-actions.h index 077d82c1..17782322 100644 --- a/src/file-manager/fm-actions.h +++ b/src/file-manager/fm-actions.h @@ -105,6 +105,8 @@ #define FM_ACTION_STRETCH "Stretch" #define FM_ACTION_UNSTRETCH "Unstretch" #define FM_ACTION_ZOOM_ITEMS "Zoom Items" +#define FM_ACTION_UNDO "Undo" +#define FM_ACTION_REDO "Redo" #define FM_ACTION_SORT_TRASH_TIME "Sort by Trash Time" #endif /* FM_ACTIONS_H */ |