Skip to content

Commit

Permalink
* Путь к rtzcad.po
Browse files Browse the repository at this point in the history
  • Loading branch information
zamtmn committed Jan 12, 2025
1 parent 8a98b53 commit 60a1bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cad_source/zcad/commands/uzccommand_updatepo.pas
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ function UpdatePO_com(const Context:TZCADCommandContext;operands:TCommandOperand
+#13#10'File zcadrt.po must be rewriten. Confirm?';
if ZCMsgCallBackInterface.TextQuestion('UpdatePO',s)=zccbNo then
exit;
RunTimePO.SaveToFile(expandpath(PODirectory + ZCADRTBackupPOFileName));
actualypo.SaveToFile(expandpath(PODirectory + ZCADRTPOFileName));
RunTimePO.SaveToFile(expandpath(ConcatPaths([PODirectory,ZCADRTBackupPOFileName])));
actualypo.SaveToFile(expandpath(ConcatPaths([PODirectory,ZCADRTPOFileName])));
ZCSysParams.saved.updatepo:=false
end;
end
Expand Down

0 comments on commit 60a1bee

Please sign in to comment.