jvcllaz: Add support for more general text format strings of TJvSpecialProgress

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6295 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-08 12:25:51 +00:00
parent 7eadb2c7d2
commit 7b28c1d7e0
2 changed files with 5 additions and 5 deletions

View File

@ -160,7 +160,7 @@ object MainForm: TMainForm
Top = 236
Width = 100
TabOrder = 10
Text = '%d%% done.'
Text = '%0:d%% done (%1:d of %2:d).'
end
object LblFormat: TLabel
Left = 247