summaryrefslogtreecommitdiff
path: root/src/ui/ui_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r--src/ui/ui_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c
index 30b4c9fe..cde1c73a 100644
--- a/src/ui/ui_main.c
+++ b/src/ui/ui_main.c
@@ -56,9 +56,9 @@ static const int numSkillLevels = sizeof(skillLevels) / sizeof(const char*);
static const char *netSources[] = {
- "Local",
- "Mplayer",
"Internet",
+ "Mplayer",
+ "LAN",
"Favorites"
};
static const int numNetSources = sizeof(netSources) / sizeof(const char*);