comparison src/gtkgaim.h @ 11149:239918d22c5f

[gaim-migrate @ 13228] another Doxygen warning cleanup... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 23 Jul 2005 21:27:26 +0000
parents 11e465b55fe6
children a511b77a368b
comparison
equal deleted inserted replaced
11148:be0f164eabc6 11149:239918d22c5f
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 /** @cond */
50 #if (!GTK_CHECK_VERSION(2,4,0)) 51 #if (!GTK_CHECK_VERSION(2,4,0))
51 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD 52 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
52 #endif 53 #endif
53 54 /** @endcond */
54 55
55 #endif /* _GAIM_GTKGAIM_H_ */ 56 #endif /* _GAIM_GTKGAIM_H_ */
56 57