Ignore:
Timestamp:
Jun 11, 2002, 8:30:56 AM (23 years ago)
Author:
sandervl
Message:

Wine updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/resources/shell32_En.orc

    r8594 r8640  
    1 /* $Id: shell32_En.orc,v 1.1 2002-06-08 07:27:00 sandervl Exp $ */
     1/* $Id: shell32_En.orc,v 1.2 2002-06-11 06:30:56 sandervl Exp $ */
    22LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
    33
     
    2929}
    3030#endif
     31
     32SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
     33STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
     34CAPTION ""
     35FONT 8, "Helv"
     36{
     37 ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
     38 LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", 12289, 36, 11, 182, 18
     39 LTEXT "&Open:", 12305, 7, 39, 24, 10
     40 CONTROL "", 12298, "COMBOBOX", WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
     41 DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
     42 PUSHBUTTON "Cancel", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
     43 PUSHBUTTON "&Browse...", 12288, 170, 63, 50, 14, WS_TABSTOP
     44}
    3145
    3246/*      columns in the shellview        */
Note: See TracChangeset for help on using the changeset viewer.