source: trunk/src/shell32/shell32_It.rc@ 1214

Last change on this file since 1214 was 1214, checked in by sandervl, 26 years ago

Moved new shell32 to current dir

File size: 463 bytes
Line 
1LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
2
3SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
4STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
5CAPTION "Informazioni su %s"
6FONT 10, "System"
7{
8 DEFPUSHBUTTON "OK", 1, 153, 130, 50, 12
9 LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
10 ICON "", 1088, 189, 10, 14, 16
11 LTEXT "", 100, 8, 10, 137, 33
12 LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
13}
14
Note: See TracBrowser for help on using the repository browser.