Skip to content

Commit e114e0c

Browse files
committed
Normalize W3DView file extension to lowercase
1 parent 5dff203 commit e114e0c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Core/Tools/W3DView/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ set(W3DVIEW_SRC
151151
"Utils.cpp"
152152
"Utils.h"
153153
"Vector3RndCombo.cpp"
154-
"Vector3RndCombo.H"
154+
"Vector3RndCombo.h"
155155
"ViewerAssetMgr.cpp"
156156
"ViewerAssetMgr.h"
157157
"ViewerScene.cpp"

Core/Tools/W3DView/EmitterParticlePropPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "EmitterParticlePropPage.h"
2525
#include "part_emt.h"
2626
#include "Utils.h"
27-
#include "Vector3RndCombo.H"
27+
#include "Vector3RndCombo.h"
2828
#include "VolumeRandomDialog.h"
2929
#include "EmitterInstanceList.h"
3030

Core/Tools/W3DView/Vector3RndCombo.cpp

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

3333

3434
#include "StdAfx.h"
35-
#include "Vector3RndCombo.H"
35+
#include "Vector3RndCombo.h"
3636
#include "v3_rnd.h"
3737

3838
const char * const RANDOMIZER_NAMES[Vector3Randomizer::CLASSID_MAXKNOWN] =
File renamed without changes.

0 commit comments

Comments
 (0)