소스 검색

update macos preferences page title

Dmitry Boyarintsev 6 년 전
부모
커밋
5e282cd2b9
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/gui-classic/UFRMPascalCoinWalletConfig.pas

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

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