was this lack of title done intentionally?
luke
----- Forwarded message from Bjoern Voigt <bjoern@...> -----
Date: Wed, 5 Nov 2003 21:33:49 +0100 (CET)
From: Bjoern Voigt <bjoern@...>
To: Luke Schierer <lschiere@...>
Subject: Missing title patch (missing-title1.patch)
The message box which informs the user, that he/she is disconnected
has no title. This patch changes this. Is the title "Disconnected" ok?
Bj?rn
Index: src/gtkconn.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/gtkconn.c,v
retrieving revision 1.24
diff -u -3 -p -u -r1.24 gtkconn.c
--- src/gtkconn.c 5 Nov 2003 06:15:48 -0000 1.24
+++ src/gtkconn.c 5 Nov 2003 18:27:13 -0000
@@ -329,7 +329,7 @@ gaim_gtk_connection_report_disconnect(Ga
GtkTreeSelection *sel;
disconnect_window = g_new0(struct disconnect_window, 1);
- disconnect_window->window = gtk_dialog_new_with_buttons("", NULL, GTK_DIALOG_NO_SEPARATOR,
+ disconnect_window->window = gtk_dialog_new_with_buttons(_("Disconnected"), NULL, GTK_DIALOG_NO_SEPARATOR,
_("Reconnect"), GTK_RESPONSE_ACCEPT,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL);
g_signal_connect(G_OBJECT(disconnect_window->window), "response", G_CALLBACK(disconnect_response_cb), disconnect_window);
----- End forwarded message -----
--
-This email is made of 100% recycled electrons.
|