gcalctool r2143 - in trunk: . gcalctool



Author: rancell
Date: Mon Aug  4 05:53:50 2008
New Revision: 2143
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2143&view=rev

Log:
Change icon name from 'gnome-calculator' to 'accessories-calculator' (Matthias Clasen, Bug #545074)



Modified:
   trunk/ChangeLog
   trunk/gcalctool/gtk.c

Modified: trunk/gcalctool/gtk.c
==============================================================================
--- trunk/gcalctool/gtk.c	(original)
+++ trunk/gcalctool/gtk.c	Mon Aug  4 05:53:50 2008
@@ -1183,7 +1183,7 @@
             "authors", authors,
             "documenters", documenters,
             "translator_credits", translator_credits,
-            "logo-icon-name", "gnome-calculator",
+            "logo-icon-name", "accessories-calculator",
             NULL);
 }
 
@@ -2885,7 +2885,7 @@
     v->home = (char *) g_get_home_dir();
     gtk_rc_parse(g_build_path(v->home, RCNAME, NULL));
 
-    gtk_window_set_default_icon_name("gnome-calculator");
+    gtk_window_set_default_icon_name("accessories-calculator");
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]