Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MythTV/mythtv
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Dec 3, 2010
2 parents c8b1c9d + 55f8420 commit 863b74f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions mythplugins/mythmusic/mythmusic/smartplaylist.cpp
Expand Up @@ -20,6 +20,7 @@ using namespace std;
#include <dialogbox.h>
#include <mythdialogs.h>
#include <mythdb.h>
#include <mythuihelper.h>

struct SmartPLField
{
Expand Down Expand Up @@ -897,6 +898,8 @@ SmartPlaylistEditor::SmartPlaylistEditor(MythMainWindow *parent, const char *nam
Q3VBoxLayout *vbox = new Q3VBoxLayout(this, (int)(15 * wmult));
Q3HBoxLayout *hbox = new Q3HBoxLayout(vbox, (int)(0 * wmult));

setFont(GetMythUI()->GetMediumFont());

// Window title
QString message = tr("Smart Playlist Editor");
QLabel *label = new QLabel(message, this);
Expand Down Expand Up @@ -1673,6 +1676,8 @@ SmartPLResultViewer::SmartPLResultViewer(MythMainWindow *parent, const char *nam
Q3VBoxLayout *vbox = new Q3VBoxLayout(this, (int)(20 * wmult));
Q3HBoxLayout *hbox = new Q3HBoxLayout(vbox, (int)(10 * wmult));

setFont(GetMythUI()->GetMediumFont());

// Window title
QString message = tr("Smart Playlist Result Viewer");
QLabel *label = new QLabel(message, this);
Expand Down
3 changes: 0 additions & 3 deletions myththemes/.gitignore

This file was deleted.

0 comments on commit 863b74f

Please sign in to comment.