]> Dogcows Code - chaz/tint2/blobdiff - src/tint2conf/main.c
*fix* include file fix
[chaz/tint2] / src / tint2conf / main.c
index 86a29681c41dcd78caa32b4ec779226b3b2f75ac..e2bbb29829915ab6a8c0d0105b035ad2a6c125b2 100644 (file)
 #include <glib/gstdio.h>
 #include <glib/gi18n.h>
 
+#include "../version.h"
 #include "common.h"
 #include "theme_view.h"
 
 
-#define LONG_VERSION_STRING "0.7"
-
 
 // default config file and directory
 char *g_path_config = 0;
@@ -195,7 +194,7 @@ static void menuAbout(GtkWindow * parent)
 
        gtk_show_about_dialog( parent, "name", g_get_application_name( ),
                                                                "comments", _("Theming tool for tint2 panel"),
-                                                               "version", LONG_VERSION_STRING,
+                                                               "version", VERSION_STRING,
                                                                "copyright", _("Copyright 2009 tint2 team\nTint2 License GNU GPL version 2\nTintwizard License GNU GPL version 3"),
                                                                "logo-icon-name", NULL, "authors", authors,
                                                                /* Translators: translate "translator-credits" as
This page took 0.020596 seconds and 4 git commands to generate.