~ubuntu-branches/ubuntu/dapper/vice/dapper

« back to all changes in this revision

Viewing changes to src/arch/win32/restfe.rc

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2004-08-26 13:35:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040826133551-gcje8j31q5cqgdq2
Tags: 1.14-3
Apply patch from Spiro Trikaliotis <vice@trikaliotis.net> to fix a
problem that some users were experiencing with a floating point
exception on startup related to the fullscreen option being enabled
during compile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// REU specific resources.
 
2
//
 
3
 
 
4
IDD_TFE_SETTINGS_DIALOG DIALOG DISCARDABLE  0, 0, 270, 100
 
5
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 
6
CAPTION "Ethernet Settings"
 
7
FONT 8, "MS Sans Serif"
 
8
BEGIN
 
9
    LTEXT           "&Ethernet",
 
10
                    IDC_TFE_SETTINGS_ENABLE_T,9,7,30,8
 
11
    COMBOBOX        IDC_TFE_SETTINGS_ENABLE,45,5,50,80,CBS_DROPDOWNLIST |
 
12
                    WS_VSCROLL | WS_TABSTOP
 
13
    LTEXT           "&Interface",
 
14
                    IDC_TFE_SETTINGS_INTERFACE_T,9,24,30,8
 
15
    COMBOBOX        IDC_TFE_SETTINGS_INTERFACE,45,22,200,80,CBS_DROPDOWNLIST |
 
16
                    WS_VSCROLL | WS_TABSTOP
 
17
    LTEXT           "1",
 
18
                    IDC_TFE_SETTINGS_INTERFACE_NAME,9,44,250,8
 
19
    LTEXT           "1",
 
20
                    IDC_TFE_SETTINGS_INTERFACE_DESC,9,60,250,8
 
21
    DEFPUSHBUTTON   "&OK", IDOK, 20,75,50,14, WS_TABSTOP
 
22
    PUSHBUTTON      "&Cancel", IDCANCEL, 80,75,50,14, WS_TABSTOP
 
23
END