diff options
author | Darkvater <darkvater@openttd.org> | 2007-01-09 21:25:13 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2007-01-09 21:25:13 +0000 |
commit | 6c3187213d174617ddbd89b2c70da86f71c5f906 (patch) | |
tree | 275ce019147376c73a22d33b7d42d17f53321b9f /src/music_gui.c | |
parent | fe1ac3c5d17a2017a92c0661eed136bd8812411e (diff) | |
download | openttd-6c3187213d174617ddbd89b2c70da86f71c5f906.tar.xz |
(svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt or missing (own) files
through a ShowInfo(F). This way windows users also see this message and bugs such as
FS#528 will not happen anymore. Put ShowInfo(F) error output to stderr and not stdout.
Diffstat (limited to 'src/music_gui.c')
-rw-r--r-- | src/music_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music_gui.c b/src/music_gui.c index 84a6324c2..37cd3fa79 100644 --- a/src/music_gui.c +++ b/src/music_gui.c @@ -288,7 +288,7 @@ static void MusicTrackSelectionWndProc(Window *w, WindowEvent *e) #if 0 case 12: // save - ShowInfo("MusicTrackSelectionWndProc:save not implemented\n"); + ShowInfo("MusicTrackSelectionWndProc:save not implemented"); break; #endif |