mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
OK, so why did I think a fatal alert box should be silent?
[originally from svn r49]
This commit is contained in:
parent
34743b9ef4
commit
c00d54bd95
4
putty.r
4
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 */
|
/* PuTTY resources */
|
||||||
|
|
||||||
#include "Types.r"
|
#include "Types.r"
|
||||||
@ -275,7 +275,7 @@ resource 'MENU' (129, preload) {
|
|||||||
resource 'ALRT' (128, "fatalbox", purgeable) {
|
resource 'ALRT' (128, "fatalbox", purgeable) {
|
||||||
{54, 67, 152, 435},
|
{54, 67, 152, 435},
|
||||||
128,
|
128,
|
||||||
silentStages,
|
beepStages,
|
||||||
alertPositionMainScreen
|
alertPositionMainScreen
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user