Changeset 38763 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Sep 15, 2011 1:44:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/UserInterface.wxi
r38761 r38763 547 547 <!-- Do *not* change the control IDs in the dialog! --> 548 548 <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)"> 550 550 <Publish Event="EndDialog" Value="ErrorYes">1</Publish> 551 551 </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)"> 553 553 <Publish Event="EndDialog" Value="ErrorAbort">1</Publish> 554 554 </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)"> 556 556 <Publish Event="EndDialog" Value="ErrorCancel">1</Publish> 557 557 </Control> 558 558 <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)"> 560 560 <Publish Event="EndDialog" Value="ErrorIgnore">1</Publish> 561 561 </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)"> 563 563 <Publish Event="EndDialog" Value="ErrorNo">1</Publish> 564 564 </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)"> 566 566 <Publish Event="EndDialog" Value="ErrorOk">1</Publish> 567 567 </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)"> 569 569 <Publish Event="EndDialog" Value="ErrorRetry">1</Publish> 570 570 </Control> … … 1087 1087 skips the actions in this table if the user interface level is set to basic UI or no UI. --> 1088 1088 <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 --> 1089 1090 <Show Dialog="VBoxFatalErrorDlg" OnExit="error" /> 1090 1091 <Show Dialog="VBoxUserExitDlg" OnExit="cancel" />
Note:
See TracChangeset
for help on using the changeset viewer.