#92472# welcome text added

This commit is contained in:
Oliver Specht 2001-11-14 15:05:22 +00:00
parent f0179cbaaf
commit 0f39217ff5
2 changed files with 12 additions and 15 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: oemwiz.cxx,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: os $ $Date: 2001-11-14 13:17:53 $
* last change: $Author: os $ $Date: 2001-11-14 16:05:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -202,17 +202,16 @@ namespace preload
,aPrevPB(this, ResId(PB_PREV ))
,aNextPB(this, ResId(PB_NEXT ))
,aCancelPB(this, ResId(PB_CANCEL ))
,aHelpPB(this, ResId(PB_HELP ))
,aAcceptST(ResId(ST_ACCEPT))
,aFinishST(ResId(ST_FINISH))
,pImpl(new OEMPreloadDialog_Impl(this))
{
FreeResource();
aNextST = aNextPB.GetText();
aPrevPB.SetClickHdl(LINK(this, OEMPreloadDialog, NextPrevPageHdl));
aNextPB.SetClickHdl(LINK(this, OEMPreloadDialog, NextPrevPageHdl));
AddButton( &aPrevPB, WIZARDDIALOG_BUTTON_STDOFFSET_X );
AddButton( &aNextPB, WIZARDDIALOG_BUTTON_STDOFFSET_X );
AddButton( &aHelpPB, WIZARDDIALOG_BUTTON_STDOFFSET_X );
AddButton( &aCancelPB, WIZARDDIALOG_BUTTON_STDOFFSET_X );
SetPrevButton(&aPrevPB);
@ -256,14 +255,12 @@ namespace preload
switch(GetCurLevel())
{
case OEM_WELCOME:
aNextPB.SetText(String::CreateFromAscii(">>"));
case OEM_USERDATA:
aNextPB.SetText(aNextST);
break;
case OEM_LICENSE:
aNextPB.SetText(aAcceptST);
break;
case OEM_USERDATA:
aNextPB.SetText(String::CreateFromAscii(">>"));
break;
case OEM_README:
aNextPB.SetText(aFinishST);
break;

View file

@ -2,9 +2,9 @@
*
* $RCSfile: preload.src,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: os $ $Date: 2001-11-14 13:18:12 $
* last change: $Author: os $ $Date: 2001-11-14 16:05:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -65,8 +65,7 @@
ModalDialog RID_DLG_OEMWIZARD
{
Text = "Preload Konfiguration";
Text [ english_us ] = "Preload configuration";
Text = "%PRODUCTNAME %PRODUCTVERSION";
OutputSize = TRUE ;
SVLook = TRUE ;
@ -112,9 +111,10 @@ TabPage RID_TP_WELCOME
FixedText FT_INFO
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 100 , 8 ) ;
Text = "Willkommen" ;
Text [ ENGLISH ] = "Welcome" ;
Size = MAP_APPFONT ( 248 , 160 ) ;
WordBreak = TRUE ;
Text = "Herzlich willkommen zu %PRODUCTNAME %PRODUCTVERSION OEM\n\nUm %PRODUCTNAME %PRODUCTVERSION OEM starten zu können, geben Sie bitte auf der dem Lizenztext folgenden Dialogseite Ihre Benutzerdaten ein.\n\nIn der Readme-Datei im StarOffice-Produktverzeichnis finden Sie wichtige Hinweise zum Programm. Bitte lesen Sie diese Hinweise aufmerksam durch.\n\nDes weiteren finden Sie ausführliche Informationen auf der Internetseite von Sun unter\n\nhttp://www.sun.com/staroffice.\n\nWir wünschen Ihnen viel Spaß und Erfolg mit Ihrem neuen StarOffice.\n\nIhr StarOffice Team.";
Text [ english_us ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
};
};
TabPage RID_TP_LICENSE