[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/karchiver
From:       Eric Coquelle <eric.coquelle () gmail ! com>
Date:       2006-09-15 14:01:33
Message-ID: 1158328893.848227.8002.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 584782 by coquelle:

Fixed a typo


 M  +11 -11    cwizardinstallation.cpp  


--- trunk/kdenonbeta/karchiver/cwizardinstallation.cpp #584781:584782
@@ -29,11 +29,12 @@
 
 
 CWizardInstallation::CWizardInstallation(QWidget *parent, const char *name) : \
                KWizard(parent,name){
-	setupPageOne();
-    setupPageTwo();
-    setupPageThree();
+  setupPageOne();
+  setupPageTwo();
+  setupPageThree();
 
-    slotActiveInstall(0);
+  this->setCaption(i18n("Installation wizard"));
+  slotActiveInstall(0);
         
     connect(QButtonGroup_1, SIGNAL(clicked(int)), SLOT(slotActiveInstall(int)));  
 }
@@ -72,7 +73,6 @@
 {
   QWidget* pagetwo = new QWidget(this);
   QGridLayout* layout=new QGridLayout(pagetwo, 10, 2, 8);
-  this->setCaption(i18n("Installation wizard"));
 
   labelwizard2i= new QLabel(pagetwo,"NoName");
   labelwizard2i->setPixmap(UserIcon("karchiveur_wizard_large"));
@@ -80,11 +80,11 @@
 
   QLabel* QLabel_2= new QLabel(pagetwo,"NoName");
   QLabel_2->setText("<qt><h1>"+i18n("Installing software")+"</h1></qt>");
-  layout->addWidget(QLabel_2, 0, 1);
+  layout->addMultiCellWidget(QLabel_2, 0, 0, 1, 2);
 
   QLabel* QLabel_3= new QLabel(pagetwo,"NoName");
   QLabel_3->setText(i18n("You are now ready to start install."));
-  layout->addWidget(QLabel_3, 2, 1);
+  layout->addMultiCellWidget(QLabel_3, 2, 2, 1, 2);
 
   QString directory;
   QString tmpdir = locateLocal( "tmp", directory );
@@ -95,12 +95,12 @@
                     +i18n("Take a look at the output window to ensure that \
everything is OK (the errors appear in red). Don't forget you have to be 'root' to \
install this software.")  +"</p><p>"
                     +i18n("Perhaps you only wish to compile it using the wizard, and \
<i>before</i> leaving it, jump back to the console. Or you can install it in your \
                home folder, but in this case, don't forget to provide this option:")
-                    +"--prefix="+QDir::homeDirPath()
+                    +"<i> --prefix="+QDir::homeDirPath()+"</i>"
                     +"</p><p>"
-                    +i18n("As long as the wizard remains active, the complied files \
                stay stored in")
-                    +tmpdir+directory
+                    +i18n("As long as the wizard remains active, the compiled files \
stay stored in") +                    +"<i> "+tmpdir+directory+"</i>"
                     +"</qt>");
-  layout->addWidget(QLabel_4, 3, 1);
+  layout->addMultiCellWidget(QLabel_4, 3, 3, 1, 2);
 
   addPage(pagetwo, i18n("KArchiver installation wizard - step 2"));
   setHelpEnabled(pagetwo, false);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic