QTfrontend/ui/page/pagemain.cpp
changeset 7620 fa3bc79dc0b8
parent 7617 0ac281e1b58b
child 7643 97b98bcfd056
equal deleted inserted replaced
7619:e5d17bab312f 7620:fa3bc79dc0b8
    86 
    86 
    87     btnBack->setWhatsThis(tr("Exit game"));
    87     btnBack->setWhatsThis(tr("Exit game"));
    88 
    88 
    89 #ifdef VIDEOREC
    89 #ifdef VIDEOREC
    90     BtnVideos = addButton(":/res/Record.png", bottomLayout, 1, true);
    90     BtnVideos = addButton(":/res/Record.png", bottomLayout, 1, true);
    91     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));    
    91     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));
    92 #endif
    92 #endif
    93 
    93 
    94     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true);
    94     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true);
    95     BtnSetup->setWhatsThis(tr("Edit game preferences"));
    95     BtnSetup->setWhatsThis(tr("Edit game preferences"));
    96 
    96