comparison src/Makefile.mingw @ 9709:4d05b6e9e9cd

[gaim-migrate @ 10570] This patch is freaking massive. Renamed ui.h to gtkdialogs.h Renamed dialogs.c to gtkdialogs.c sed'ed the hell out of the .po files These files are similar to gtkutil.c/.h. They are meant to contain dialogs such as the "New Instant Message" window, which does not belong in gtkblist.c or gtkconv.c, and is called from both places. Eventually the functions in gtkdialogs.c/.h should be changed to conform to Gaim's naming convention. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 00:48:19 +0000
parents b7d851a6a098
children 60705fd4f411
comparison
equal deleted inserted replaced
9708:d49a19e8320c 9709:4d05b6e9e9cd
85 cmds.c \ 85 cmds.c \
86 connection.c \ 86 connection.c \
87 conversation.c \ 87 conversation.c \
88 core.c \ 88 core.c \
89 debug.c \ 89 debug.c \
90 dialogs.c \
91 dnd-hints.c \ 90 dnd-hints.c \
92 eventloop.c \ 91 eventloop.c \
93 ft.c \ 92 ft.c \
94 gaim-disclosure.c \ 93 gaim-disclosure.c \
95 gtkaccount.c \ 94 gtkaccount.c \
96 gtkblist.c \ 95 gtkblist.c \
97 gtkconn.c \ 96 gtkconn.c \
98 gtkconv.c \ 97 gtkconv.c \
99 gtkcellrendererprogress.c \ 98 gtkcellrendererprogress.c \
100 gtkdebug.c \ 99 gtkdebug.c \
100 gtkdialogs.c \
101 gtkeventloop.c \ 101 gtkeventloop.c \
102 gtkft.c \ 102 gtkft.c \
103 gtkimhtml.c \ 103 gtkimhtml.c \
104 gtkimhtmltoolbar.c \ 104 gtkimhtmltoolbar.c \
105 gtklog.c \ 105 gtklog.c \