Revision: 2059 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2059&view=re... Author: frlan Date: 2011-04-25 22:22:33 +0000 (Mon, 25 Apr 2011)
Log Message: ----------- GeanyLaTeX: Add a tooltip to toolbar item.
Modified Paths: -------------- trunk/geanylatex/ChangeLog trunk/geanylatex/src/geanylatex.c
Modified: trunk/geanylatex/ChangeLog =================================================================== --- trunk/geanylatex/ChangeLog 2011-04-25 17:33:39 UTC (rev 2058) +++ trunk/geanylatex/ChangeLog 2011-04-25 22:22:33 UTC (rev 2059) @@ -1,3 +1,8 @@ +2011-04-26 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + + * Add a tooltip to toolbar item. + + 2011-04-12 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Don't add a {} after a command in case of [ has been typed before or []
Modified: trunk/geanylatex/src/geanylatex.c =================================================================== --- trunk/geanylatex/src/geanylatex.c 2011-04-25 17:33:39 UTC (rev 2058) +++ trunk/geanylatex/src/geanylatex.c 2011-04-25 22:22:33 UTC (rev 2059) @@ -2065,6 +2065,8 @@ glatex_wizard_generic_toolbar_item = gtk_tool_button_new_from_stock(GTK_STOCK_NEW); plugin_add_toolbar_item(geany_plugin, glatex_wizard_generic_toolbar_item); + ui_widget_set_tooltip_text(GTK_WIDGET(glatex_wizard_generic_toolbar_item), + _("Starts a Wizard to easily create LaTeX-documents")); gtk_widget_show_all(GTK_WIDGET(glatex_wizard_generic_toolbar_item)); g_signal_connect(glatex_wizard_generic_toolbar_item, "clicked", G_CALLBACK(glatex_wizard_activated), NULL);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org