VirtualBox

Changeset 38763 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Sep 15, 2011 1:44:12 PM (13 years ago)
Author:
vboxsync
Message:

UserInterface.wxi: bug fix + outline of 2nd try.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/UserInterface.wxi

    r38761 r38763  
    547547            <!-- Do *not* change the control IDs in the dialog! -->
    548548            <Control Id="ErrorText" Type="Text" X="75" Y="20" Width="155" Height="80" TabSkip="no" NoPrefix="yes" Text="Error information text" />
    549             <Control Id="Y" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="[ButtonText_Yes]">
     549            <Control Id="Y" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_Yes)">
    550550                <Publish Event="EndDialog" Value="ErrorYes">1</Publish>
    551551            </Control>
    552             <Control Id="A" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="[ButtonText_Cancel]">
     552            <Control Id="A" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_Cancel)">
    553553                <Publish Event="EndDialog" Value="ErrorAbort">1</Publish>
    554554            </Control>
    555             <Control Id="C" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="[ButtonText_Cancel]">
     555            <Control Id="C" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_Cancel)">
    556556                <Publish Event="EndDialog" Value="ErrorCancel">1</Publish>
    557557            </Control>
    558558            <Control Id="ErrorIcon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="[InfoIcon]" />
    559             <Control Id="I" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="[ButtonText_Ignore]">
     559            <Control Id="I" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_Ignore)">
    560560                <Publish Event="EndDialog" Value="ErrorIgnore">1</Publish>
    561561            </Control>
    562             <Control Id="N" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="[ButtonText_No]">
     562            <Control Id="N" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_No)">
    563563                <Publish Event="EndDialog" Value="ErrorNo">1</Publish>
    564564            </Control>
    565             <Control Id="O" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="[ButtonText_OK]">
     565            <Control Id="O" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_OK)">
    566566                <Publish Event="EndDialog" Value="ErrorOk">1</Publish>
    567567            </Control>
    568             <Control Id="R" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="[ButtonText_Retry]">
     568            <Control Id="R" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_Retry)">
    569569                <Publish Event="EndDialog" Value="ErrorRetry">1</Publish>
    570570            </Control>
     
    10871087             skips the actions in this table if the user interface level is set to basic UI or no UI. -->
    10881088         <AdminUISequence>
     1089            <!-- bird: VBoxFatalErrorDlg is an error dialog, apparently that's not what we're supposed to use for OnExit="error". See ./src/ext/UIExtension/wixlib/FatalError.wxs -->
    10891090            <Show Dialog="VBoxFatalErrorDlg" OnExit="error" />
    10901091            <Show Dialog="VBoxUserExitDlg" OnExit="cancel" />
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette