1
0
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:
freesource 2001-08-03 08:07:29 +00:00
parent d0bdf9c7ab
commit b5ca830cf2

View File

@ -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');