diff options
author | Radek Doulik <rodo@novell.com> | 2012-12-04 15:58:21 +0100 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2012-12-04 16:00:45 +0100 |
commit | c349164824d7c4d467a7a9a9148a7cd6555e3684 (patch) | |
tree | 6bedbcef50c9f7459bcb3d41ae523c986a334b70 /sd/sdi | |
parent | 869031d702639852cac51cdb8306ff31420b3f3f (diff) |
added Change picture menu item to graphic shape popup
Change-Id: I6e4927b847ca6990990be1075c8371404736e27e
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/_drvwsh.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index 5cbbefa2372e..98f153992480 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -61,6 +61,11 @@ interface DrawView ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] + SID_CHANGE_PICTURE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] SID_SAVE_GRAPHIC [ ExecMethod = FuTemporary ; |