diff options
author | louis <louis.braun@gmx.de> | 2013-01-12 17:58:59 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-01-12 17:58:59 +0100 |
commit | d0837be96f032dec191fb56a28f6376efc4dbc4c (patch) | |
tree | 58ba57a81a609f14211de42ca6833690e4782e64 /displaymenuview.h | |
parent | f73517cef1405ad496dda3cd30838f637cd64524 (diff) | |
download | skin-nopacity-d0837be96f032dec191fb56a28f6376efc4dbc4c.tar.gz skin-nopacity-d0837be96f032dec191fb56a28f6376efc4dbc4c.tar.bz2 |
Added some more information (encrypted, source, transponder, frequency) to channels menu
Diffstat (limited to 'displaymenuview.h')
-rw-r--r-- | displaymenuview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/displaymenuview.h b/displaymenuview.h index 68b6b69..07be7c5 100644 --- a/displaymenuview.h +++ b/displaymenuview.h @@ -36,6 +36,8 @@ class cNopacityDisplayMenuView { cFont *fontMenuitemLarge; cFont *fontMenuitemSchedule; cFont *fontMenuitemScheduleSmall; + cFont *fontMenuitemChannel; + cFont *fontMenuitemChannelSmall; cFont *fontMenuitemRecordings; cFont *fontMenuitemRecordingsSmall; cFont *fontMenuitemDefault; |