# HG changeset patch # User yexo # Date 1281024554 0 # Node ID 7502e804286a54ec1971456884d2c65c32e7d3c3 # Parent b4b3c56d7c8223d044203431111c7ffbad5b3507 (svn r20378) -Fix (r20305): the 'file is missing' string in the *.obg files was still for openttd(d/w).grf instead of openttd.grf diff --git a/bin/data/orig_dos.obg b/bin/data/orig_dos.obg --- 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. diff --git a/bin/data/orig_dos_de.obg b/bin/data/orig_dos_de.obg --- 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. diff --git a/bin/data/orig_win.obg b/bin/data/orig_win.obg --- 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.