Mercurial > pidgin
changeset 7978:4ed44e5e0df3
[gaim-migrate @ 8655]
wait, you mean someone actually reads these?
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 03 Jan 2004 15:08:41 +0000 |
parents | f82aa9301ed5 |
children | 3e1c5b179530 |
files | src/gtkprefs.h |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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,