changeset 15712:7502e804286a draft

(svn r20378) -Fix (r20305): the 'file is missing' string in the *.obg files was still for openttd(d/w).grf instead of openttd.grf
author yexo <yexo@openttd.org>
date Thu, 05 Aug 2010 16:09:14 +0000
parents b4b3c56d7c82
children e8f155f3aa95
files bin/data/orig_dos.obg bin/data/orig_dos_de.obg bin/data/orig_win.obg
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bin/data/orig_dos.obg
+++ b/bin/data/orig_dos.obg
@@ -59,4 +59,4 @@
 
 [origin]
 default      = You can find it on your Transport Tycoon Deluxe CD-ROM.
-OPENTTDD.GRF = This file was part of your OpenTTD installation.
+OPENTTD.GRF  = This file was part of your OpenTTD installation.
--- a/bin/data/orig_dos_de.obg
+++ b/bin/data/orig_dos_de.obg
@@ -59,4 +59,4 @@
 
 [origin]
 default      = You can find it on your Transport Tycoon Deluxe CD-ROM.
-OPENTTDD.GRF = This file was part of your OpenTTD installation.
+OPENTTD.GRF  = This file was part of your OpenTTD installation.
--- a/bin/data/orig_win.obg
+++ b/bin/data/orig_win.obg
@@ -59,4 +59,4 @@
 
 [origin]
 default      = You can find it on your Transport Tycoon Deluxe CD-ROM.
-OPENTTDW.GRF = This file was part of your OpenTTD installation.
+OPENTTD.GRF  = This file was part of your OpenTTD installation.