Let GtkMessageDialog render the headers of two warnings in bold font.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14498 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2006-07-14 16:45:39 +00:00
parent 1e1784eada
commit 666010b046
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2006-07-14 Andreas Köhler <andi5.py@gmx.net>
* src/register/ledger-core/split-register-control.c:
* src/register/ledger-core/split-register-model.c: Let
GtkMessageDialog render the headers of two warnings in bold
font.
2006-07-13 Andreas Köhler <andi5.py@gmx.net>
* doc/tip_of_the_day.list.in:

View File

@ -1464,7 +1464,7 @@ gnc_split_register_recn_cell_confirm (char old_flag, gpointer data)
/* Does the user want to be warned? */
window = gnc_split_register_get_parent(reg);
dialog =
gtk_message_dialog_new_with_markup(GTK_WINDOW(window),
gtk_message_dialog_new(GTK_WINDOW(window),
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_WARNING,
GTK_BUTTONS_CANCEL,

View File

@ -1676,7 +1676,7 @@ gnc_split_register_confirm (VirtualLocation virt_loc, gpointer user_data)
/* Does the user want to be warned? */
window = gnc_split_register_get_parent(reg);
dialog =
gtk_message_dialog_new_with_markup(GTK_WINDOW(window),
gtk_message_dialog_new(GTK_WINDOW(window),
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_WARNING,
GTK_BUTTONS_CANCEL,