comparison 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
comparison
equal deleted inserted replaced
24:3493e7b90e81 25:bae8a7e20382
152 const gchar *translators = _("translators"); 152 const gchar *translators = _("translators");
153 153
154 if (strcmp(translators, "translators") == 0) 154 if (strcmp(translators, "translators") == 0)
155 translators = NULL; 155 translators = NULL;
156 156
157 gtk_show_about_dialog (NULL, "version", "0.1", "copyright", copyright, 157 gtk_show_about_dialog (NULL, "version", VERSION, "copyright", copyright,
158 "authors", authors, "documenters", documenters, 158 "authors", authors, "documenters", documenters,
159 "translator-credits", translators, "license", license, 159 "translator-credits", translators, "license", license,
160 "wrap-license", TRUE, NULL); 160 "wrap-license", TRUE, NULL);
161 } 161 }
162 162