diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-11-03 21:49:14 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-11-03 21:49:14 (GMT) |
commit | 72da49fdf05285169a9465b34f7869dafc4715ec (patch) | |
tree | 8a7303076d85c977737d2e30ac8eaf1da0a909a3 /src | |
parent | 565c3f494b51715cf67575fc5951c6103049f29d (diff) |
Retrieved the revision number using M4 instead of shell.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@603 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src')
-rw-r--r-- | src/dialogs/about.c | 2 | ||||
-rw-r--r-- | src/main.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/dialogs/about.c b/src/dialogs/about.c index e3424ac..70062cc 100644 --- a/src/dialogs/about.c +++ b/src/dialogs/about.c @@ -29,12 +29,12 @@ #include <gdk/gdkkeysyms.h> +#include <config.h> #include <i18n.h> #include "../gtkext/easygtk.h" #include "../gtkext/support.h" -#include "../../revision.h" @@ -38,7 +38,6 @@ #include "glibext/gbinportion.h" #include "gtkext/theme.h" #include "plugins/pglist.h" -#include "../revision.h" // TODO : remme! |