From 9267d1311d1dbfa49e456b5219a6d9804ff10f41 Mon Sep 17 00:00:00 2001 From: zilmar Date: Tue, 21 Nov 2017 17:53:34 +1100 Subject: [PATCH] [User Interface] Rename numberctrl.h to EditNumber32.h --- .../UserInterface/WTLControls/{numberctrl.h => EditNumber32.h} | 0 Source/Project64/WTLApp.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Source/Project64/UserInterface/WTLControls/{numberctrl.h => EditNumber32.h} (100%) diff --git a/Source/Project64/UserInterface/WTLControls/numberctrl.h b/Source/Project64/UserInterface/WTLControls/EditNumber32.h similarity index 100% rename from Source/Project64/UserInterface/WTLControls/numberctrl.h rename to Source/Project64/UserInterface/WTLControls/EditNumber32.h diff --git a/Source/Project64/WTLApp.h b/Source/Project64/WTLApp.h index f5b485def..3d93b8552 100644 --- a/Source/Project64/WTLApp.h +++ b/Source/Project64/WTLApp.h @@ -53,7 +53,7 @@ extern CPj64Module _Module; #include #include "UserInterface/resource.h" -#include "UserInterface/WTLControls/numberctrl.h" +#include "UserInterface/WTLControls/EditNumber32.h" #include "UserInterface/WTLControls/ClistCtrl/ListCtrl.h" #include "UserInterface/WTLControls/ModifiedComboBox.h" #include "UserInterface/WTLControls/PartialGroupBox.h"