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