diff options
author | Burt P <pburt0@gmail.com> | 2017-07-28 11:27:48 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-08-04 09:22:06 -0700 |
commit | f332102acbad87f4ba83016b07fc4badb0411ac6 (patch) | |
tree | d7a2d91fe7e16c7582f6a21fcd0074b823ead430 /includes/uidefs.h | |
parent | 6bcf1dfaae11933c27588912974337b9b51b240d (diff) |
Remove tree_view_save_image()/cb_save_graphic() -related.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/uidefs.h')
-rw-r--r-- | includes/uidefs.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/includes/uidefs.h b/includes/uidefs.h index 3bb1c88f..70d2de17 100644 --- a/includes/uidefs.h +++ b/includes/uidefs.h @@ -1,5 +1,5 @@ #ifndef __UIDEFS_H__ -#define __UIDEFS_H__ +#define __UIDEFS_H__ #include "config.h" @@ -12,7 +12,7 @@ #ifdef HAS_LIBSOUP #define SYNC_MANAGER_ITEMS " <separator/>" \ -" <menuitem name=\"SyncManager\" action=\"SyncManagerAction\" />" +" <menuitem name=\"SyncManager\" action=\"SyncManagerAction\" />" #else /* !HAS_LIBSOUP */ #define SYNC_MANAGER_ITEMS @@ -24,10 +24,6 @@ char *uidefs_str = "<ui>" \ " <menuitem name=\"Report\" action=\"ReportAction\" />" \ " <menuitem name=\"Copy\" action=\"CopyAction\" />" \ SYNC_MANAGER_ITEMS -/* - * Save Image is not ready for prime time. Yet. - * "<menuitem name=\"SaveGraph\" action=\"SaveGraphAction\" />" \ - */ " <separator/>" \ " <menuitem name=\"Quit\" action=\"QuitAction\" />" \ " </menu>" \ |