Skip to content

Commit 85acb67

Browse files
committed
All-lowercase name on the titlewait.exe by default
1 parent f5a26de commit 85acb67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TitleWait.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PropertyGroup Label="Globals">
1414
<ProjectGuid>{8A5E4A9D-0410-46B7-A5AE-9FD0B89211B1}</ProjectGuid>
1515
<Keyword>MakeFileProj</Keyword>
16-
<ProjectName>TitleWait</ProjectName>
16+
<ProjectName>titlewait</ProjectName>
1717
</PropertyGroup>
1818
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

tests/4browsers.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
:: Path to titlewait executable to use
1414
:: Note: No spaces around the = in batch files!!!
15-
SET titlewait=..\Debug\TitleWait.exe
15+
SET titlewait=..\Debug\titleWait.exe
1616

1717

1818
:: Delete previous screen snapshots

0 commit comments

Comments
 (0)