File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -999,12 +999,12 @@ void LemonLime::changeContestName() {
999999}
10001000
10011001void LemonLime::aboutLemon () {
1002- QString text;
1002+ QString text;
10031003 text += " <h2>Project LemonLime</h2>" ;
1004- text += " <h3> " +
1005- tr ( " Version: %1 " )
1006- .arg (QString (LEMON_VERSION_STRING) + QString (" :" ) + QString (LEMON_VERSION_BUILD)) +
1007- " </h3>" ;
1004+ text +=
1005+ " <h3> " +
1006+ tr ( " Version: %1 " ) .arg (QString (LEMON_VERSION_STRING) + QString (" :" ) + QString (LEMON_VERSION_BUILD)) +
1007+ " </h3>" ;
10081008 text += tr (" This is a tiny judging environment for OI contest based on Project LemonPlus." ) + " <br>" ;
10091009 text += tr (" Based on Project Lemon version 1.2 Beta by Zhipeng Jia, 2011" ) + " <br>" ;
10101010 text += tr (" Based on Project LemonPlus by Dust1404, 2019" ) + " <br>" ;
You can’t perform that action at this time.
0 commit comments