Browse Source

Allowing localization of extension option values in drop down lists

Source commit: 69bd7588a23f2dc90131189aea9ae4bef70977b2
Martin Prikryl 6 years ago
parent
commit
c83505d407
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/forms/Custom.cpp

+ 1 - 0
source/forms/Custom.cpp

@@ -1094,6 +1094,7 @@ void __fastcall TCustomCommandOptionsDialog::AddOptionComboBox(
     {
       ParamValue = Item;
     }
+    Item = WinConfiguration->ExtensionStringTranslation(FCommand->Id, Item);
     Items->Add(Item);
     if (Value == ParamValue)
     {