From c00d54bd9506045c7a11d2f22c4b6ee704794896 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 19 Feb 1999 23:41:24 +0000 Subject: [PATCH] OK, so why did I think a fatal alert box should be silent? [originally from svn r49] --- putty.r | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/putty.r b/putty.r index 79e48023..ddb91a63 100644 --- a/putty.r +++ b/putty.r @@ -1,4 +1,4 @@ -/* $Id: putty.r,v 1.1.2.3 1999/02/19 23:03:29 ben Exp $ */ +/* $Id: putty.r,v 1.1.2.4 1999/02/19 23:41:24 ben Exp $ */ /* PuTTY resources */ #include "Types.r" @@ -275,7 +275,7 @@ resource 'MENU' (129, preload) { resource 'ALRT' (128, "fatalbox", purgeable) { {54, 67, 152, 435}, 128, - silentStages, + beepStages, alertPositionMainScreen };