QTfrontend/ui/widget/about.cpp
changeset 14430 5b5aff91cebb
parent 14429 e64b9ea24cd8
child 14431 6f6d9fe79830
equal deleted inserted replaced
14429:e64b9ea24cd8 14430:5b5aff91cebb
   149             if(type == "S")
   149             if(type == "S")
   150             {
   150             {
   151                 // section
   151                 // section
   152                 if (!firstSection)
   152                 if (!firstSection)
   153                     out = out + "</ul>\n";
   153                     out = out + "</ul>\n";
   154                 out = out + "<h2>" + task + "</h2>\n<ul>\n";
   154                 out = out + "<h2>" + HWApplication::translate("credits", task.toLatin1().constData()) + "</h2>\n<ul>\n";
   155                 firstSection = false;
   155                 firstSection = false;
   156             }
   156             }
   157             else if(type == "U")
   157             else if(type == "U")
   158             {
   158             {
   159                 // subsection
   159                 // subsection
   160                 out = out + "</ul>\n";
   160                 out = out + "</ul>\n";
   161                 out = out + "<h3>" + task + "</h3>\n<ul>\n";
   161                 out = out + "<h3>" + HWApplication::translate("credits", task.toLatin1().constData()) + "</h3>\n<ul>\n";
   162             }
   162             }
   163             else if(type == "M")
   163             else if(type == "M")
   164             {
   164             {
   165                 // other people
   165                 // other people
   166                 out = out + "<li>" + tr("Other people") + "</li>" + "\n";
   166                 out = out + "<li>" + tr("Other people") + "</li>" + "\n";