Revision: 3498 http://geany.svn.sourceforge.net/geany/?rev=3498&view=rev Author: eht16 Date: 2009-01-21 23:07:19 +0000 (Wed, 21 Jan 2009)
Log Message: ----------- Fix typo.
Modified Paths: -------------- trunk/src/plugindata.h
Modified: trunk/src/plugindata.h =================================================================== --- trunk/src/plugindata.h 2009-01-21 22:49:47 UTC (rev 3497) +++ trunk/src/plugindata.h 2009-01-21 23:07:19 UTC (rev 3498) @@ -393,7 +393,7 @@ gboolean (*show_question) (const gchar *text, ...); void (*show_msgbox) (gint type, const gchar *text, ...); gboolean (*show_save_as) (void); - gboolean (*dialogs_show_input_numeric) (const gchar *title, const gchar *label_text, + gboolean (*show_input_numeric) (const gchar *title, const gchar *label_text, gdouble *value, gdouble min, gdouble max, gdouble step);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.