Skip to content

Commit 34a5214

Browse files
committed
Naming and About updates.
1 parent 4111193 commit 34a5214

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

Lang/English.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,14 +490,14 @@ Ver=1
490490
36015=&Check for updates
491491
36016=4.9.9.2 to 5.12 Development:
492492
36017=http://orwelldevcpp.blogspot.com
493-
36018=> 4.9.9.2
493+
36018=> 5.12
494494
36019=Repository:
495495
36020=Subreddit:
496496
36021=Compilers
497497
36022=TDM-GCC Compiler Website:
498498
36023=<= 4.9.9.2 (old stuff)
499499
36024=Please support Dev-C++ by making a donation:
500-
36025=Blog:
500+
36025=Sponsor:
501501

502502

503503
37001=Edit code insert entry

Source/main.dfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,6 +1628,7 @@ object MainForm: TMainForm
16281628
end
16291629
object DonateItem: TMenuItem
16301630
Action = actDonate
1631+
Visible = False
16311632
end
16321633
end
16331634
end
@@ -2793,7 +2794,6 @@ object MainForm: TMainForm
27932794
object actDonate: TAction
27942795
Caption = 'Donate :)'
27952796
ImageIndex = 41
2796-
OnExecute = actDonateExecute
27972797
end
27982798
end
27992799
object MessagePopup: TPopupMenu

Source/main.pas

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,6 @@ TMainForm = class(TForm)
789789
Selected: Boolean);
790790
procedure actRunTestsExecute(Sender: TObject);
791791
procedure WMCopyData(var Message: TMessage); message WM_COPYDATA;
792-
procedure actDonateExecute(Sender: TObject);
793792
private
794793
fPreviousHeight: integer; // stores MessageControl height to be able to restore to previous height
795794
fTools: TToolController; // tool list controller
@@ -6665,13 +6664,6 @@ function TMainForm.ParseParameters(const Parameters: WideString): Integer;
66656664
LocalFree(Cardinal(ParameterList));
66666665
end;
66676666

6668-
procedure TMainForm.actDonateExecute(Sender: TObject);
6669-
begin
6670-
ShellExecute(GetDesktopWindow(), 'open',
6671-
PChar('https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7FD675DNV8KKJ'), nil, nil,
6672-
SW_SHOWNORMAL);
6673-
end;
6674-
66756667
end.
66766668

66776669

0 commit comments

Comments
 (0)