diff options
author | rubidium <rubidium@openttd.org> | 2011-12-10 08:49:42 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-10 08:49:42 +0000 |
commit | 6cbeb9e745c9eb3f0b5b768fdb9ed81a98b8fb02 (patch) | |
tree | ea157b408471ce3c447cc62f1efd3ac81c92d897 /projects/openttd_vs100.vcxproj | |
parent | b231e80125d7349a07ce2822dd1759dfc6d3c001 (diff) | |
download | openttd-6cbeb9e745c9eb3f0b5b768fdb9ed81a98b8fb02.tar.xz |
(svn r23471) -Codechange: move the error related code out of misc_gui.cpp into error_gui.cpp
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 85ea55ac6..940b809c8 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -646,6 +646,7 @@ <ClCompile Include="..\src\depot_gui.cpp" /> <ClCompile Include="..\src\dock_gui.cpp" /> <ClCompile Include="..\src\engine_gui.cpp" /> + <ClCompile Include="..\src\error_gui.cpp" /> <ClCompile Include="..\src\fios_gui.cpp" /> <ClCompile Include="..\src\genworld_gui.cpp" /> <ClCompile Include="..\src\graph_gui.cpp" /> |