diff src/gtkdialogs.h @ 10302:581de78cf809

[gaim-migrate @ 11487] Rename main.c to gtkmain.c Change POTFILES.in to reflect the new file names Update the po's so they use the new file names Update the po's to use the correct line numbers (or whatever make dist does) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 02 Dec 2004 23:48:48 +0000
parents e144efd6a5be
children deec4b58d516
line wrap: on
line diff
--- a/src/gtkdialogs.h	Thu Dec 02 23:26:57 2004 +0000
+++ b/src/gtkdialogs.h	Thu Dec 02 23:48:48 2004 +0000
@@ -81,15 +81,15 @@
 	struct smiley_list *list;
 };
 
-/* Globals in main.c */
+/* Globals in gtkmain.c */
 extern GtkWidget *mainwindow;
 extern int docklet_count;
 
-/* Globals in themes.c */
+/* Globals in gtkthemes.c */
 extern struct smiley_theme *current_smiley_theme;
 extern GSList *smiley_themes;
 
-/* Functions in main.c */
+/* Functions in gtkmain.c */
 extern void show_login();
 extern void gaim_setup(GaimConnection *);
 
@@ -97,7 +97,7 @@
 extern void session_init(gchar *, gchar *, gchar *);
 extern void session_end();
 
-/* Functions in themes.c */
+/* Functions in gtkthemes.c */
 extern void smiley_themeize(GtkWidget *);
 extern void smiley_theme_probe();
 extern void load_smiley_theme(const char *file, gboolean load);