comparison src/gtkgaim.h @ 11035:11e465b55fe6

[gaim-migrate @ 12922] A host of doxygen tweaks. There's a few more left, not sure how to fix them at the moment... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 28 Jun 2005 20:36:20 +0000
parents 6a043ae92db6
children 239918d22c5f
comparison
equal deleted inserted replaced
11034:ba506d2e6a8e 11035:11e465b55fe6
40 # define GAIM_ALERT_TITLE "" 40 # define GAIM_ALERT_TITLE ""
41 #else 41 #else
42 # define GAIM_ALERT_TITLE "Gaim" 42 # define GAIM_ALERT_TITLE "Gaim"
43 #endif 43 #endif
44 44
45 /* 45 /**
46 * This is backwards-compatibility code for older versions of GTK+ (< 2.4.x) 46 * This is backwards-compatibility code for older versions of GTK+ (< 2.4.x)
47 * It defines the new wrap behavior (unknown in earlier versions) 47 * It defines the new wrap behavior (unknown in earlier versions)
48 * as the old (slightly buggy) wrap behavior. 48 * as the old (slightly buggy) wrap behavior.
49 */ 49 */
50 #if (!GTK_CHECK_VERSION(2,4,0)) 50 #if (!GTK_CHECK_VERSION(2,4,0))