mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:39:15 +02:00
Merged revision(s) 56795 #44e877bc25 from trunk:
IDE: improved Select Frame dialog i18n, patch from Marcelo B Paula, bug 32841 ........ git-svn-id: branches/fixes_1_8@56801 -
This commit is contained in:
parent
5a9b859c25
commit
775ce97c16
@ -6378,6 +6378,8 @@ resourcestring
|
|||||||
lismpTrimClipboardContents = '&Trim clipboard contents';
|
lismpTrimClipboardContents = '&Trim clipboard contents';
|
||||||
lismpPreview = '&Preview';
|
lismpPreview = '&Preview';
|
||||||
lisUnableToRun2 = 'Unable to run "%s"';
|
lisUnableToRun2 = 'Unable to run "%s"';
|
||||||
|
|
||||||
|
lisSelectFrame = 'Select Frame';
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
@ -5712,7 +5712,7 @@ begin
|
|||||||
UnitList := TStringList.Create;
|
UnitList := TStringList.Create;
|
||||||
try
|
try
|
||||||
dummy := false;
|
dummy := false;
|
||||||
if SourceFileMgr.SelectUnitComponents('Select Frame',piFrame,UnitList, false, dummy) <> mrOk
|
if SourceFileMgr.SelectUnitComponents(lisSelectFrame,piFrame,UnitList, false, dummy) <> mrOk
|
||||||
then
|
then
|
||||||
exit;
|
exit;
|
||||||
for i := 0 to UnitList.Count-1 do
|
for i := 0 to UnitList.Count-1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user