浏览代码

Forgotten changes from 7ad202c6

Source commit: f1cdc1f4fa4f8d17fbacbd0cb8251c37f1c5432a
Martin Prikryl 6 年之前
父节点
当前提交
c069fe9d7e

+ 1 - 1
source/forms/CopyParams.h

@@ -11,7 +11,7 @@
 
 #include <WinInterface.h>
 
-#include "RightsExt.h"
+#include "Rights.h"
 #include "ComboEdit.hpp"
 #include <Mask.hpp>
 //---------------------------------------------------------------------------

+ 0 - 1
source/forms/CreateDirectory.cpp

@@ -13,7 +13,6 @@
 
 #include "CreateDirectory.h"
 //---------------------------------------------------------------------
-#pragma link "RightsExt"
 #pragma link "Rights"
 #ifndef NO_RESOURCES
 #pragma resource "*.dfm"

+ 0 - 3
source/forms/CreateDirectory.h

@@ -3,7 +3,6 @@
 #define CreateDirectoryH
 //----------------------------------------------------------------------------
 #include "Rights.h"
-#include "RightsExt.h"
 #include <System.Classes.hpp>
 #include <Vcl.Controls.hpp>
 #include <Vcl.ExtCtrls.hpp>
@@ -12,8 +11,6 @@
 //----------------------------------------------------------------------------
 #include <Bookmarks.h>
 #include <GUITools.h>
-#include "RightsExt.h"
-#include "Rights.h"
 //----------------------------------------------------------------------------
 class TCreateDirectoryDialog : public TForm
 {

+ 0 - 1
source/forms/Properties.cpp

@@ -16,7 +16,6 @@
 //---------------------------------------------------------------------
 #pragma link "PathLabel"
 #pragma link "Rights"
-#pragma link "RightsExt"
 #ifndef NO_RESOURCES
 #pragma resource "*.dfm"
 #endif

+ 0 - 1
source/forms/Properties.h

@@ -4,7 +4,6 @@
 //----------------------------------------------------------------------------
 #include "PathLabel.hpp"
 #include "Rights.h"
-#include "RightsExt.h"
 #include <System.Classes.hpp>
 #include <Vcl.ComCtrls.hpp>
 #include <Vcl.Controls.hpp>

+ 1 - 1
source/forms/Rights.cpp

@@ -332,7 +332,7 @@ void __fastcall TRightsFrame::RightsActionsExecute(TBasicAction * Action,
       // trigger on change event, even if no change actually occurred to
       // allow parent form to visualize feedback of an action
       DoChange();
-      // Update octal edit in RightsExt even if it has focus
+      // Update octal edit in Rights frame even if it has focus
       ForceUpdate();
       Changed = false;
     }