[gnome-packagekit] Show a meaningful name in the about dialog
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Show a meaningful name in the about dialog
- Date: Thu, 11 Apr 2013 14:51:02 +0000 (UTC)
commit abdbaadc2632c86968581a43784b416569f155cb
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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gpk-application.c b/src/gpk-application.c
index 77cdcf7..e0dff18 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]