# HG changeset patch
# User Nathan Walp <nwalp@pidgin.im>
# Date 1073142521 0
# Node ID 4ed44e5e0df3bd3ded7845e6a17a33f5e8b5d053
# Parent  f82aa9301ed58ab7d8c3e248c098f05f7c4b9d61
[gaim-migrate @ 8655]
wait, you mean someone actually reads these?

committer: Tailor Script <tailor@pidgin.im>

diff -r f82aa9301ed5 -r 4ed44e5e0df3 src/gtkprefs.h
--- a/src/gtkprefs.h	Sat Jan 03 06:53:02 2004 +0000
+++ b/src/gtkprefs.h	Sat Jan 03 15:08:41 2004 +0000
@@ -80,10 +80,10 @@
 /**
  * Add a new dropdown representing a preference of the specified type
  *
- * @param page  The page to which the spin button will be added
- * @param title The text to be displayed as the spin button label
+ * @param page  The page to which the dropdown will be added
+ * @param title The text to be displayed as the dropdown label
  * @param type  The type of preference to be stored in the generated dropdown
- * @param key   The key of the gaim int pref that will be represented by the spin button
+ * @param key   The key of the gaim int pref that will be represented by the dropdown
  * @param ...   The choices to be added to the dropdown
  */
 GtkWidget *prefs_dropdown(GtkWidget *page, const gchar *title,
@@ -93,10 +93,10 @@
 /**
  * Add a new dropdown representing a preference of the specified type
  *
- * @param page      The page to which the spin button will be added
- * @param title     The text to be displayed as the spin button label
+ * @param page      The page to which the dropdown will be added
+ * @param title     The text to be displayed as the dropdown label
  * @param type      The type of preference to be stored in the generated dropdown
- * @param key       The key of the gaim int pref that will be represented by the spin button
+ * @param key       The key of the gaim int pref that will be represented by the dropdown
  * @param menuitems The choices to be added to the dropdown
  */
 GtkWidget *prefs_dropdown_from_list(GtkWidget *page,