[gnome-commander] Add markup to run_simple_dialog()
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Add markup to run_simple_dialog()
- Date: Tue, 28 Jun 2011 19:14:21 +0000 (UTC)
commit 6061feec5715bcb7bcdf28bcea3871f4b24ee099
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Tue Jun 28 21:10:01 2011 +0200
Add markup to run_simple_dialog()
src/utils.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/utils.cc b/src/utils.cc
index e5f8cf7..c04a999 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -183,7 +183,7 @@ gint run_simple_dialog (GtkWidget *parent, gboolean ignore_close_box,
button_titles = convert_varargs_to_name_array (button_title_args);
va_end (button_title_args);
- dialog = gtk_message_dialog_new (*main_win, GTK_DIALOG_MODAL, msg_type, GTK_BUTTONS_NONE, text);
+ dialog = gtk_message_dialog_new_with_markup (*main_win, GTK_DIALOG_MODAL, msg_type, GTK_BUTTONS_NONE, text);
if (title)
gtk_window_set_title (GTK_WINDOW (dialog), title);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]