From 699a1497a4eb432f41d643a18f2ac6ba10a66518 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sun, 8 Nov 2009 18:21:17 +0100 Subject: Worked on graphics mode selection, in prevision for having VESA grpahics --- Source/Applications/PaperWork/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Applications/PaperWork') diff --git a/Source/Applications/PaperWork/main.cpp b/Source/Applications/PaperWork/main.cpp index 0ec6512..1a4c1c7 100644 --- a/Source/Applications/PaperWork/main.cpp +++ b/Source/Applications/PaperWork/main.cpp @@ -28,9 +28,9 @@ int main(Vector args) { outvt << "Logging in to Melon\n"; String user, pw; while (1) { - outvt << "Username : "; + outvt << "Username: "; user = invt.readLine(); - outvt << "Password : "; + outvt << "Password: "; pw = invt.readLine(false); if (!Process::get().authenticatePW(user, pw)) { outvt << "Authentication failed.\n\n"; -- cgit v1.2.3