You've already forked lazarus-ccr
TvPlanit: Exclude the string '(default)' in fulldemo from translation.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8299 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -18,6 +18,9 @@
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="..\..\languages"/>
|
||||
<ExcludedIdentifiers Count="1">
|
||||
<Item1 Value="tmainform.cbaddressbuilder.text"/>
|
||||
</ExcludedIdentifiers>
|
||||
</i18n>
|
||||
<BuildModes Count="1">
|
||||
<Item1 Name="Default" Default="True"/>
|
||||
|
@ -861,7 +861,8 @@ begin
|
||||
|
||||
VpControlLink1.CityStateZipFormat := ini.ReadString('Settings', 'CityStateZip', '');
|
||||
if VpControlLink1.CityStateZipFormat = '' then
|
||||
CbAddressBuilder.ItemIndex := 0 else
|
||||
CbAddressBuilder.ItemIndex := 0
|
||||
else
|
||||
CbAddressBuilder.ItemIndex := CbAddressBuilder.Items.Indexof(VpControlLink1.CityStateZipFormat);
|
||||
|
||||
n := ini.ReadInteger('Settings', 'DrawingStyle', ord(dsFlat));
|
||||
|
Reference in New Issue
Block a user