Source commit: f1cdc1f4fa4f8d17fbacbd0cb8251c37f1c5432a
@@ -11,7 +11,7 @@
#include <WinInterface.h>
-#include "RightsExt.h"
+#include "Rights.h"
#include "ComboEdit.hpp"
#include <Mask.hpp>
//---------------------------------------------------------------------------
@@ -13,7 +13,6 @@
#include "CreateDirectory.h"
//---------------------------------------------------------------------
-#pragma link "RightsExt"
#pragma link "Rights"
#ifndef NO_RESOURCES
#pragma resource "*.dfm"
@@ -3,7 +3,6 @@
#define CreateDirectoryH
//----------------------------------------------------------------------------
#include "Rights.h"
#include <System.Classes.hpp>
#include <Vcl.Controls.hpp>
#include <Vcl.ExtCtrls.hpp>
@@ -12,8 +11,6 @@
#include <Bookmarks.h>
#include <GUITools.h>
-#include "Rights.h"
class TCreateDirectoryDialog : public TForm
{
@@ -16,7 +16,6 @@
#pragma link "PathLabel"
#endif
@@ -4,7 +4,6 @@
#include "PathLabel.hpp"
#include <Vcl.ComCtrls.hpp>
@@ -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;
}