Browse Source

update macos preferences page title

Dmitry Boyarintsev 6 years ago
parent
commit
161ddfeb35
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/gui-classic/UFRMPascalCoinWalletConfig.pas

+ 3 - 0
src/gui-classic/UFRMPascalCoinWalletConfig.pas

@@ -201,6 +201,9 @@ begin
   bbUpdatePassword.Enabled := false;
   bbUpdatePassword.Enabled := false;
   UpdateWalletConfig;
   UpdateWalletConfig;
   lblDefaultJSONRPCMinerServerPort.Caption := Format('(Default %d)',[CT_JSONRPCMinerServer_Port]);
   lblDefaultJSONRPCMinerServerPort.Caption := Format('(Default %d)',[CT_JSONRPCMinerServer_Port]);
+  {$ifdef fpc}{$ifdef darwin}
+  Caption:='Preferences';
+  {$endif}{$endif}
 end;
 end;
 
 
 procedure TFRMPascalCoinWalletConfig.cbDownloadNewCheckpointClick(
 procedure TFRMPascalCoinWalletConfig.cbDownloadNewCheckpointClick(