[gnome-packagekit/gnome-3-8] Show a meaningful name in the about dialog
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit/gnome-3-8] Show a meaningful name in the about dialog
- Date: Mon, 15 Apr 2013 09:54:47 +0000 (UTC)
commit 2d3c08335fe9c3dcff9f41b5b27d02a4d7304a99
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Apr 10 23:03:09 2013 -0400
Show a meaningful name in the about dialog
gpk-application is not a great name tho show there.
Instead, show 'Software Install', which matches the
menuitem in the app menu.
http://bugzilla.gnome.org/show_bug.cgi?id=663692
Signed-off-by: Richard Hughes <richard hughsie com>
src/gpk-application.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/gpk-application.c b/src/gpk-application.c
index 975b7a0..15c737a 100644
--- a/src/gpk-application.c
+++ b/src/gpk-application.c
@@ -2614,6 +2614,7 @@ gpk_application_activate_about_cb (GSimpleAction *action,
gtk_window_set_default_icon_name (GPK_ICON_SOFTWARE_INSTALLER);
gtk_show_about_dialog (GTK_WINDOW (main_window),
+ "name", _("Software Install"),
"version", PACKAGE_VERSION,
"copyright", "Copyright \xc2\xa9 2007-2009 Richard Hughes",
"license", license_trans,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]