Fix typo.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14596 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-08-06 01:41:56 +00:00
parent 2e4fbf692f
commit 4e09af6f8b

View File

@ -42,7 +42,7 @@
/** @name gtk Backwards Compatability Functions
@{
*/
#ifndef HVE_GTK26
#ifndef HAVE_GTK26
gchar *gtk_combo_box_get_active_text (GtkComboBox *combo_box);
#endif