summaryrefslogtreecommitdiff
path: root/finch/gntaccount.h
diff options
context:
space:
mode:
authorSean Egan <seanegan@pidgin.im>2007-03-19 07:01:17 +0000
committerSean Egan <seanegan@pidgin.im>2007-03-19 07:01:17 +0000
commitceab2c4c55f659f3b65533bb0c7ba0e2d1293775 (patch)
tree058ad5acdb9dd18ca9747d56438f6e9ca2af4adb /finch/gntaccount.h
parent1c027a2e75a3291f35af4c111bdc7d9008daef07 (diff)
downloadpidgin-ceab2c4c55f659f3b65533bb0c7ba0e2d1293775.tar.gz
sed -ie 's/gaim/purple/g'
Diffstat (limited to 'finch/gntaccount.h')
-rw-r--r--finch/gntaccount.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/finch/gntaccount.h b/finch/gntaccount.h
index 3a81135f3a..3f636131dc 100644
--- a/finch/gntaccount.h
+++ b/finch/gntaccount.h
@@ -2,9 +2,9 @@
* @file gntaccount.h GNT Account API
* @ingroup gntui
*
- * gaim
+ * purple
*
- * Gaim is the legal property of its developers, whose names are too numerous
+ * Purple is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file distributed with this
* source distribution.
*
@@ -35,9 +35,9 @@
/**
* Get the ui-functions.
*
- * @return The GaimAccountUiOps structure populated with the appropriate functions.
+ * @return The PurpleAccountUiOps structure populated with the appropriate functions.
*/
-GaimAccountUiOps *finch_accounts_get_ui_ops(void);
+PurpleAccountUiOps *finch_accounts_get_ui_ops(void);
/**
* Perform necessary initializations.