Some minor fixes for the VS project file.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2811 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2013-08-21 12:37:22 +00:00
parent bef092a7d9
commit 4d0be67af0
3 changed files with 5 additions and 2 deletions

View File

@ -217,8 +217,7 @@ void DebuggerDialog::showFatalMessage(const string& msg)
{
delete myFatalError;
myFatalError =
new GUI::MessageBox(this, *myFont, msg,
_w*0.5, _h*0.5, kDDExitFatalCmd,
new GUI::MessageBox(this, *myFont, msg, _w/2, _h/2, kDDExitFatalCmd,
"Exit ROM", "Continue");
myFatalError->show();
}

View File

@ -519,6 +519,7 @@ SDLmain.lib
<ClInclude Include="..\emucore\CartFA2.hxx" />
<ClInclude Include="..\emucore\CompuMate.hxx" />
<ClInclude Include="..\emucore\MindLink.hxx" />
<ClInclude Include="..\gui\ConsoleMediumFont.hxx" />
<ClInclude Include="..\gui\FileListWidget.hxx" />
<ClInclude Include="..\gui\LoggerDialog.hxx" />
<ClInclude Include="..\gui\SnapshotDialog.hxx" />

View File

@ -1460,6 +1460,9 @@
<ClInclude Include="..\common\Base.hxx">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\gui\ConsoleMediumFont.hxx">
<Filter>Header Files\gui</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="stella.ico">