SF.net SVN: geany-plugins:[312] trunk/geanylatex/src/geanylatex.c

frlan at users.sourceforge.net frlan at xxxxx
Fri Nov 21 19:01:36 UTC 2008


Revision: 312
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=312&view=rev
Author:   frlan
Date:     2008-11-21 19:01:36 +0000 (Fri, 21 Nov 2008)

Log Message:
-----------
GeanyLaTeX: Added little icon to LaTeX-Wizard menu entry

Modified Paths:
--------------
    trunk/geanylatex/src/geanylatex.c

Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c	2008-11-21 18:44:29 UTC (rev 311)
+++ trunk/geanylatex/src/geanylatex.c	2008-11-21 19:01:36 UTC (rev 312)
@@ -764,7 +764,8 @@
 	menu_latex_menu = gtk_menu_new();
 	gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu_latex), menu_latex_menu);
 
-	menu_latex_wizzard = gtk_menu_item_new_with_mnemonic(_("LaTeX-_Wizard"));
+
+	menu_latex_wizzard = p_ui->image_menu_item_new(GTK_STOCK_NEW, _("LaTeX-_Wizard"));
 	gtk_container_add(GTK_CONTAINER(menu_latex_menu), menu_latex_wizzard);
 	gtk_tooltips_set_tip(tooltips, menu_latex_wizzard,
 			     _("Starts a Wizard to easily create LaTeX-documents"), NULL);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list