QTfrontend/ui/page/pagemain.cpp
changeset 6477 ad5741c252b9
parent 6169 582f9f61b972
child 6478 752d4fb5e376
equal deleted inserted replaced
6476:afb7ef0c1c6e 6477:ad5741c252b9
    89     if(frontendEffects) setAttribute(Qt::WA_NoSystemBackground, true);
    89     if(frontendEffects) setAttribute(Qt::WA_NoSystemBackground, true);
    90     mainNote->setOpenExternalLinks(true);
    90     mainNote->setOpenExternalLinks(true);
    91 
    91 
    92     if(!isDevBuild)
    92     if(!isDevBuild)
    93     {
    93     {
    94         mainNote->setText(QLabel::tr("Tip: ") + randomTip());
    94         //mainNote->setText(QLabel::tr("Tip: ") + randomTip());
       
    95         setDefautDescription(QLabel::tr("Tip: ") + randomTip());
    95     }
    96     }
    96     else
    97     else
    97         mainNote->setText(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!"));
    98     {
       
    99         setDefautDescription(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!"));
       
   100         //mainNote->setText(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!"));
       
   101     }
    98 
   102 
    99 }
   103 }
   100 
   104 
   101 QString PageMain::randomTip() const
   105 QString PageMain::randomTip() const
   102 {
   106 {