Skip to content

Commit

Permalink
All-lowercase name on the titlewait.exe by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hostilefork committed Feb 25, 2014
1 parent f5a26de commit 85acb67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TitleWait.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{8A5E4A9D-0410-46B7-A5AE-9FD0B89211B1}</ProjectGuid>
<Keyword>MakeFileProj</Keyword>
<ProjectName>TitleWait</ProjectName>
<ProjectName>titlewait</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion tests/4browsers.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

:: Path to titlewait executable to use
:: Note: No spaces around the = in batch files!!!
SET titlewait=..\Debug\TitleWait.exe
SET titlewait=..\Debug\titleWait.exe


:: Delete previous screen snapshots
Expand Down

0 comments on commit 85acb67

Please sign in to comment.