X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Fmain.c;h=702610219b2b8551e658220a31d582c9e3b3859b;hb=462228f2e82c6e5f61baeb49b6358273728baa90;hp=86a29681c41dcd78caa32b4ec779226b3b2f75ac;hpb=bef508d2e43e3fb90e3f4e31ec36ba1d7cd6b8bc;p=chaz%2Ftint2 diff --git a/src/tint2conf/main.c b/src/tint2conf/main.c index 86a2968..7026102 100644 --- a/src/tint2conf/main.c +++ b/src/tint2conf/main.c @@ -28,12 +28,11 @@ #include #include +#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