comparison src/gaimrc.c @ 6372:9dd4bb3cf1df

[gaim-migrate @ 6877] Moved some utility functions out of dialogs.c and into gtkutils.c. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 05 Aug 2003 11:08:40 +0000
parents 8f94cce8faa5
children 42fdf16f1dad
comparison
equal deleted inserted replaced
6371:8f94cce8faa5 6372:9dd4bb3cf1df
36 #include "gaim.h" 36 #include "gaim.h"
37 37
38 #include "gtkpounce.h" 38 #include "gtkpounce.h"
39 #include "gtksound.h" 39 #include "gtksound.h"
40 #include "gtkplugin.h" 40 #include "gtkplugin.h"
41 #include "gtkutils.h"
41 42
42 /* for people like myself, who are too lazy to add an away msg :) */ 43 /* for people like myself, who are too lazy to add an away msg :) */
43 #define BORING_DEFAULT_AWAY_MSG _("sorry, i ran out for a while. bbl") 44 #define BORING_DEFAULT_AWAY_MSG _("sorry, i ran out for a while. bbl")
44 #define MAX_VALUES 10 45 #define MAX_VALUES 10
45 46