source: trunk/src/shell32/shell32_En.rc@ 1567

Last change on this file since 1567 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 $ */
2LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
3
4SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
5STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
6CAPTION "About %s"
7FONT 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.