mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
Put the correct title on the shortcuts box.
This commit is contained in:
parent
d0bdf9c7ab
commit
b5ca830cf2
@ -1220,7 +1220,7 @@ sub shortcut {
|
||||
$shortcut = Gtk::Dialog->new();
|
||||
$shortcut->signal_connect("destroy", \&destroy_window, \$shortcut);
|
||||
$shortcut->signal_connect("delete_event", \&destroy_window, \$shortcut);
|
||||
$shortcut->set_title("Save As");
|
||||
$shortcut->set_title("Shortcuts");
|
||||
$shortcut->border_width(12);
|
||||
$shortcut->set_position('center');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user