]>
Commit | Line | Data |
---|---|---|
1 | #include <Types.r> | |
2 | #include "apprsrc.h" | |
3 | ||
4 | resource 'STR#' ( 128 , "Simple Alert Messages" ) | |
5 | { | |
6 | { | |
7 | "This application needs at least a MacPlus" , | |
8 | "This application needs more memory" , | |
9 | "This application is out of memory" , | |
10 | "This application needs at least System 7.5" , | |
11 | "About this wxWindows Application" , | |
12 | "This application needs Appearance extension (built in with System 8) - this restriction will be relieved in the final release" | |
13 | } | |
14 | } ; | |
15 | ||
16 | resource 'MENU' (1, preload) | |
17 | { | |
18 | 1, textMenuProc, 0b11111111111111111111111111111110 , enabled, apple , | |
19 | { | |
20 |