mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
1e1784eada
commit
666010b046
@ -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:
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user