Skip to content

Commit

Permalink
Another small indent fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Riendeau committed Mar 19, 2012
1 parent 926d837 commit 92f7d1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mythplugins/mytharchive/mytharchive/themeselector.cpp
Expand Up @@ -212,7 +212,8 @@ void DVDThemeSelector::themeChanged(MythUIButtonListItem *item)
if (QFile::exists(themeDir + theme_list[itemNo] + "/description.txt"))
{
QString desc = loadFile(themeDir + theme_list[itemNo] + "/description.txt");
themedesc_text->SetText(QCoreApplication::translate("BurnThemeUI", desc.toUtf8().constData()));
themedesc_text->SetText(QCoreApplication::translate("BurnThemeUI",
desc.toUtf8().constData()));
}
else
themedesc_text->SetText(tr("No theme description file found!"));
Expand Down

0 comments on commit 92f7d1f

Please sign in to comment.