diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2011-11-30 19:36:20 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2011-11-30 19:36:20 (GMT) |
commit | bc2abb81b39dc4d80cdec75477a0adad8ed23a63 (patch) | |
tree | 3eec01bc3cfaf10a960a02e43fe590b1649d6587 /ChangeLog | |
parent | bdc8b4cfd84f938e9d75969f89b0d8381471399b (diff) |
Added the new "File" menu allowing to terminate the program.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@214 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +11-11-30 Cyrille Bagard <nocbos@gmail.com> + + * po/fr.po: + * po/openida.pot: + * po/POTFILES.in: + Update translations. + + * src/gui/menus/file.c: + * src/gui/menus/file.h: + New entries: terminate the program. + + * src/gui/menus/Makefile.am: + * src/gui/menus/menubar.c: + Add the new "File" menu into the main bar. + 11-10-26 Cyrille Bagard <nocbos@gmail.com> * src/dialogs/add_shellcode.c: |