|
@@ -52,7 +52,7 @@ class TBookmark;
|
|
|
class TManagedTerminal;
|
|
|
//---------------------------------------------------------------------------
|
|
|
enum TActionAllowed { aaShortCut, aaUpdate, aaExecute };
|
|
|
-enum TActionFlag { afLocal = 1, afRemote = 2, afExplorer = 4 , afCommander = 8 };
|
|
|
+enum TActionFlag { afLocal = 1, afRemote = 2, afExplorer = 4, afCommander = 8 };
|
|
|
enum TExecuteFileBy { efShell = 1, efInternalEditor = 2, efExternalEditor = 3, efDefaultEditor = 100 };
|
|
|
enum TPanelExport { pePath, peFileList, peFullFileList };
|
|
|
enum TPanelExportDestination { pedClipboard, pedCommandLine };
|