From b5ca830cf26ed82a48560adb519f3d8629d6edfc Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 3 Aug 2001 08:07:29 +0000 Subject: [PATCH] Put the correct title on the shortcuts box. --- BootRoot/YardBox.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BootRoot/YardBox.pm b/BootRoot/YardBox.pm index 0dbbf13..f86ef2d 100644 --- a/BootRoot/YardBox.pm +++ b/BootRoot/YardBox.pm @@ -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');