From 5299a2cf331cb8fd88b99dad8434f4a3825711e2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 12 Mar 2009 14:03:01 +0200 Subject: Fixing the popup to have the about --- src/applet-main.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/applet-main.c b/src/applet-main.c index b9014ae..1f261b6 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -117,7 +117,7 @@ about_cb (BonoboUIComponent *ui_container, }; static gchar *license[] = { - N_("The Fast User Switch Applet is free software; you can redistribute it and/or modify " + N_("The Indicator Applet is free software; you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " "the Free Software Foundation; either version 3 of the License."), N_("This program is distributed in the hope that it will be useful, " @@ -134,16 +134,16 @@ about_cb (BonoboUIComponent *ui_container, license_i18n = g_strjoinv ("\n\n", license); gtk_show_about_dialog(NULL, - "version", "0.0", + "version", "0.1", "copyright", "Copyright \xc2\xa9 2009 Canonical, Ltd.", "comments", _("An applet to hold all of the system indicators."), "authors", authors, "license", license_i18n, "wrap-license", TRUE, "translator-credits", _("translator-credits"), - "logo-icon-name", "stock_people", + "logo-icon-name", "indicator-applet", "website", "http://launchpad.net/indicator-applet", - "website-label", "Fast User Switch Applet Website", + "website-label", _("Indicator Applet Website"), NULL ); @@ -165,9 +165,9 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data) BONOBO_UI_VERB_END }; static const gchar * menu_xml = - "" - "" - ""; + "" + "" + ""; GtkWidget *menubar; gint i; -- cgit v1.2.3