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.filters | |
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.filters')
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 43bb5b6ef..9c5ebfcf2 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1161,6 +1161,9 @@ <ClCompile Include="..\src\engine_gui.cpp"> <Filter>GUI Source Code</Filter> </ClCompile> + <ClCompile Include="..\src\error_gui.cpp"> + <Filter>GUI Source Code</Filter> + </ClCompile> <ClCompile Include="..\src\fios_gui.cpp"> <Filter>GUI Source Code</Filter> </ClCompile> |