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