mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 07:55:59 +02:00
IDE: renamed options_window unit to window_options unit
git-svn-id: trunk@18085 -
This commit is contained in:
parent
ba2045194a
commit
ad16fec01d
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -2608,9 +2608,9 @@ ide/frames/options_naming.pas svneol=native#text/pascal
|
||||
ide/frames/options_oi.lfm svneol=native#text/plain
|
||||
ide/frames/options_oi.lrs svneol=native#text/pascal
|
||||
ide/frames/options_oi.pas svneol=native#text/pascal
|
||||
ide/frames/options_window.lfm svneol=native#text/plain
|
||||
ide/frames/options_window.lrs svneol=native#text/pascal
|
||||
ide/frames/options_window.pas svneol=native#text/pascal
|
||||
ide/frames/window_options.lfm svneol=native#text/plain
|
||||
ide/frames/window_options.lrs svneol=native#text/pascal
|
||||
ide/frames/window_options.pas svneol=native#text/pascal
|
||||
ide/frmcustomapplicationoptions.lfm svneol=native#text/plain
|
||||
ide/frmcustomapplicationoptions.lrs svneol=native#text/plain
|
||||
ide/frmcustomapplicationoptions.pas svneol=native#text/plain
|
||||
|
@ -26,7 +26,8 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, LResources, Forms, StdCtrls, Dialogs, LCLProc,
|
||||
EnvironmentOpts, LazarusIDEStrConsts, IDETranslations, InputHistory, IDEProcs, IDEOptionsIntf;
|
||||
EnvironmentOpts, LazarusIDEStrConsts, IDETranslations, InputHistory, IDEProcs,
|
||||
IDEOptionsIntf;
|
||||
|
||||
type
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
* *
|
||||
***************************************************************************
|
||||
}
|
||||
unit options_window;
|
||||
unit window_options;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
@ -149,7 +149,7 @@ begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I options_window.lrs}
|
||||
{$I window_options.lrs}
|
||||
RegisterIDEOptionsEditor(GroupEnvironment, TWindowOptionsFrame, EnvOptionsWindow);
|
||||
end.
|
||||
|
@ -125,7 +125,7 @@ uses
|
||||
CompatibilityRestrictions, RestrictionBrowser, ProjectWizardDlg, IDECmdLine,
|
||||
// options frames
|
||||
IDEOptionsIntf, IDEOptionsDlg,
|
||||
options_files, options_desktop, options_window, options_formed, options_oi,
|
||||
options_files, options_desktop, window_options, options_formed, options_oi,
|
||||
options_backup, options_naming, options_fpdoc,
|
||||
options_editor_general, options_editor_display, options_editor_keymapping,
|
||||
options_editor_color, options_editor_codetools, options_editor_codefolding,
|
||||
|
Loading…
Reference in New Issue
Block a user