File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ TMainForm = class(THelpAwareForm)
56
56
actAddFavourite: TAction;
57
57
actAddSnippet: TAction;
58
58
actBackupDatabase: TAction;
59
+ actBlog: TBrowseURL;
59
60
actBugReport: TAction;
60
61
actCloseAllDetailsTabs: TAction;
61
62
actCloseDetailsTab: TAction;
@@ -126,6 +127,7 @@ TMainForm = class(THelpAwareForm)
126
127
miAddFavourite: TMenuItem;
127
128
miAddSnippet: TMenuItem;
128
129
miBackupDatabase: TMenuItem;
130
+ miBlog: TMenuItem;
129
131
miCategories: TMenuItem;
130
132
miCloseAllDetailsTabs: TMenuItem;
131
133
miCloseDetailsTab: TMenuItem;
@@ -239,8 +241,6 @@ TMainForm = class(THelpAwareForm)
239
241
tbSpacer7: TToolButton;
240
242
tbSpacer8: TToolButton;
241
243
tbTestCompile: TToolButton;
242
- actBlog: TBrowseURL;
243
- miBlog: TMenuItem;
244
244
// / <summary>Displays About Box.</summary>
245
245
procedure actAboutExecute (Sender: TObject);
246
246
// / <summary>Gets a new category from user and adds to database.</summary>
You can’t perform that action at this time.
0 commit comments