Last change
on this file since 2015 was 1252, checked in by sandervl, 26 years ago |
Added version info, compile resource with wrc (shell about fixed), call Wine dll entrypoint
|
File size:
531 bytes
|
Line | |
---|
1 | /* $Id: shell32_En.rc,v 1.3 1999-10-11 20:17:11 sandervl Exp $ */
|
---|
2 | LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
---|
3 |
|
---|
4 | SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
|
---|
5 | STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
---|
6 | CAPTION "About %s"
|
---|
7 | FONT 10, "System"
|
---|
8 | {
|
---|
9 | DEFPUSHBUTTON "OK", 1, 153, 130, 50, 12, WS_TABSTOP
|
---|
10 | LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
|
---|
11 | ICON "", 1088, 189, 10, 14, 16
|
---|
12 | LTEXT "", 100, 8, 10, 137, 33
|
---|
13 | LTEXT "Odin was brought to you by:", 98, 8, 55, 137, 10
|
---|
14 | }
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.