Mercurial > projects > pk-update-icon
diff pkui-icon.c @ 25:bae8a7e20382
use the VERSION macro in the about dialog
author | Guido Berhoerster <gber@opensuse.org> |
---|---|
date | Mon, 14 Nov 2011 20:58:07 +0100 |
parents | 38b37e4a4d63 |
children | f6edbee6441f |
line wrap: on
line diff
--- a/pkui-icon.c Sat Oct 22 10:20:14 2011 +0200 +++ b/pkui-icon.c Mon Nov 14 20:58:07 2011 +0100 @@ -154,7 +154,7 @@ if (strcmp(translators, "translators") == 0) translators = NULL; - gtk_show_about_dialog (NULL, "version", "0.1", "copyright", copyright, + gtk_show_about_dialog (NULL, "version", VERSION, "copyright", copyright, "authors", authors, "documenters", documenters, "translator-credits", translators, "license", license, "wrap-license", TRUE, NULL);