1
0
Эх сурвалжийг харах

Allowing localization of extension option values in drop down lists

Source commit: 69bd7588a23f2dc90131189aea9ae4bef70977b2
Martin Prikryl 6 жил өмнө
parent
commit
c83505d407

+ 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)
     {