app: change about dialog role from "about-dialog" to "gimp-about"

This commit is contained in:
Michael Natterer 2011-03-30 20:20:47 +02:00
parent 074e2c088a
commit 92d7c7d8d9
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ about_dialog_create (GimpContext *context)
copyright = g_strdup_printf (GIMP_COPYRIGHT, GIMP_GIT_LAST_COMMIT_YEAR);
widget = g_object_new (GTK_TYPE_ABOUT_DIALOG,
"role", "about-dialog",
"role", "gimp-about",
"window-position", GTK_WIN_POS_CENTER,
"title", _("About GIMP"),
"program-name", GIMP_ACRONYM,