|
From: Tapio V. <aa...@us...> - 2009-11-08 08:30:17
|
Module: performous
Branch: dance
Commit: d8a38c0dbaf3d8e12dce4367cf54c9c7451fe138
Author: Lasse Karkkainen <tro...@tr...>
Date: Thu Oct 29 01:26:17 2009 +0200
Less clutter in highscore dialog
---
data/{performous.xml => schema.xml} | 0
game/screen_players.cc | 3 +--
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/data/performous.xml b/data/schema.xml
similarity index 100%
rename from data/performous.xml
rename to data/schema.xml
diff --git a/game/screen_players.cc b/game/screen_players.cc
index ae8b620..595c11f 100644
--- a/game/screen_players.cc
+++ b/game/screen_players.cc
@@ -112,8 +112,7 @@ void ScreenPlayers::draw() {
// Format the song information text
if (m_search.text.empty()) {
oss_song << "No players found!";
- oss_order << "Check " << m_players.file() << "\n";
- oss_order << "directory for players\n";
+ // oss_order << "Check " << m_players.file() << "\n" << "directory for players\n";
oss_order << "Enter a name to create a new player.";
} else {
oss_song << "Press enter to create player!";
|