mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
Cosmetics
This commit is contained in:
parent
9193754095
commit
e3dae6dbd0
@ -148,6 +148,7 @@ static void
|
||||
create_msg_dialog (gchar *title, gchar *message)
|
||||
{
|
||||
GtkWidget *dialog;
|
||||
|
||||
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, message);
|
||||
gtk_window_set_title (GTK_WINDOW (dialog), title);
|
||||
gtk_dialog_run (GTK_DIALOG (dialog));
|
||||
|
Loading…
Reference in New Issue
Block a user