diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-08 18:21:17 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-08 18:21:17 +0100 |
commit | 699a1497a4eb432f41d643a18f2ac6ba10a66518 (patch) | |
tree | 06983d53f9507a7f3f265925700ecc440ae18ff4 /Source/Applications/PaperWork | |
parent | 87a1dd39d0036f55f5bdbf4ef8921a4767d95825 (diff) | |
download | Melon-699a1497a4eb432f41d643a18f2ac6ba10a66518.tar.gz Melon-699a1497a4eb432f41d643a18f2ac6ba10a66518.zip |
Worked on graphics mode selection, in prevision for having VESA grpahics
Diffstat (limited to 'Source/Applications/PaperWork')
-rw-r--r-- | Source/Applications/PaperWork/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<String> 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"; |