Mercurial > pidgin.yaz
comparison src/gtkconv.c @ 11209:e552095ec599
[gaim-migrate @ 13340]
Clarify what is going to happen.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 08 Aug 2005 16:23:18 +0000 |
parents | 86d3ce670f05 |
children | 409d6a11da51 |
comparison
equal
deleted
inserted
replaced
11208:0a3a85452896 | 11209:e552095ec599 |
---|---|
175 | 175 |
176 /* Setup the right vbox. */ | 176 /* Setup the right vbox. */ |
177 vbox = gtk_vbox_new(FALSE, 12); | 177 vbox = gtk_vbox_new(FALSE, 12); |
178 gtk_container_add(GTK_CONTAINER(hbox), vbox); | 178 gtk_container_add(GTK_CONTAINER(hbox), vbox); |
179 | 179 |
180 label = gtk_label_new(_("You have unread messages. Are you sure you want to continue?")); | 180 label = gtk_label_new(_("You have unread messages. Are you sure you want to close the window?")); |
181 gtk_widget_set_size_request(label, 350, -1); | 181 gtk_widget_set_size_request(label, 350, -1); |
182 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); | 182 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); |
183 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | 183 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); |
184 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); | 184 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
185 | 185 |