mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 19:00:18 -06:00
Change the icons used for the file lock message
This commit is contained in:
parent
9d99ebe30c
commit
72d742e29b
@ -847,11 +847,11 @@ RESTART:
|
||||
gtk_window_set_skip_taskbar_hint(GTK_WINDOW(dialog), FALSE);
|
||||
|
||||
gnc_gtk_dialog_add_button(dialog, _("_Open Read-Only"),
|
||||
"document-revert", RESPONSE_READONLY);
|
||||
"emblem-readonly", RESPONSE_READONLY);
|
||||
gnc_gtk_dialog_add_button(dialog, _("_Open with No File"),
|
||||
"document-new", RESPONSE_NO_FILE);
|
||||
"document-new-symbolic", RESPONSE_NO_FILE);
|
||||
gnc_gtk_dialog_add_button(dialog, _("Open _Anyway"),
|
||||
"document-open", RESPONSE_OPEN);
|
||||
"document-open-symbolic", RESPONSE_OPEN);
|
||||
if (shutdown_cb)
|
||||
gtk_dialog_add_button(GTK_DIALOG(dialog),
|
||||
_("_Quit"), RESPONSE_QUIT);
|
||||
|
Loading…
Reference in New Issue
Block a user