Skip to content

Commit

Permalink
Clean up the mappings for network control jump points.
Browse files Browse the repository at this point in the history
  • Loading branch information
stichnot committed Mar 1, 2012
1 parent 146ee76 commit ff593fa
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions mythtv/programs/mythfrontend/networkcontrol.cpp
Expand Up @@ -64,38 +64,30 @@ NetworkControl::NetworkControl() :
jumpMap["livetvinguide"] = "Live TV In Guide";
jumpMap["mainmenu"] = "Main Menu";
jumpMap["managerecordings"] = "Manage Recordings / Fix Conflicts";
jumpMap["manualrecording"] = "Manual Record Scheduling";
jumpMap["mythgallery"] = "MythGallery";
jumpMap["mythmovietime"] = "MythMovieTime";
jumpMap["mythvideo"] = "MythVideo";
jumpMap["mythvideo"] = "Video Default";
jumpMap["mythweather"] = "MythWeather";
jumpMap["mythgame"] = "MythGame";
jumpMap["mythnews"] = "MythNews";
jumpMap["playdvd"] = "Play DVD";
jumpMap["playdvd"] = "Play Disc";
jumpMap["playmusic"] = "Play music";
jumpMap["programfinder"] = "Program Finder";
jumpMap["programguide"] = "Program Guide";
jumpMap["recordingpriorities"] = "Program Recording Priorities";
jumpMap["ripcd"] = "Rip CD";
jumpMap["ripdvd"] = "Rip DVD";
jumpMap["musicplaylists"] = "Select music playlists";
jumpMap["deleterecordings"] = "TV Recording Deletion";
jumpMap["playbackrecordings"] = "TV Recording Playback";
jumpMap["videobrowser"] = "Video Browser";
jumpMap["videogallery"] = "Video Gallery";
jumpMap["videolistings"] = "Video Listings";
jumpMap["videomanager"] = "Video Manager";
jumpMap["flixbrowse"] = "Netflix Browser";
jumpMap["flixqueue"] = "Netflix Queue";
jumpMap["flixhistory"] = "Netflix History";
jumpMap["zoneminderconsole"] = "ZoneMinder Console";
jumpMap["zoneminderliveview"] = "ZoneMinder Live View";
jumpMap["zoneminderevents"] = "ZoneMinder Events";
jumpMap["snapshot"] = "ScreenShot";

jumpMap["channelrecpriority"] = "Channel Recording Priorities";
jumpMap["viewscheduled"] = "Manage Recordings / Fix Conflicts";
jumpMap["manualbox"] = "Manual Record Scheduling";
jumpMap["previousbox"] = "Previously Recorded";
jumpMap["progfinder"] = "Program Finder";
jumpMap["guidegrid"] = "Program Guide";
Expand Down

0 comments on commit ff593fa

Please sign in to comment.