From ccb0973a2300ec69453a3ddc328832f3ab094697 Mon Sep 17 00:00:00 2001 From: warwick Date: Wed, 2 Apr 2003 07:04:16 +0000 Subject: [PATCH] Another key fix for MacOSX. --- win/Qt/qt_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/Qt/qt_win.cpp b/win/Qt/qt_win.cpp index 0e735ae02..6f85bbb85 100644 --- a/win/Qt/qt_win.cpp +++ b/win/Qt/qt_win.cpp @@ -3588,7 +3588,7 @@ NetHackQtMainWindow::NetHackQtMainWindow(NetHackQtKeyBuffer& ks) : { game, "Options\tShift+O", "O", 3}, { game, "Explore mode\tShift+X", "X", 3}, { game, 0, 0, 3}, - { game, "Save\tShift+S", "Sy", 3}, + { game, "Save\tSy", "Sy", 3}, { game, "Quit\tAlt+Q", "\361", 3}, { apparel, "Apparel off\tShift+A", "A", 2},