浏览代码

Allowing localization of extension option values in drop down lists

Source commit: 69bd7588a23f2dc90131189aea9ae4bef70977b2
Martin Prikryl 6 年之前
父节点
当前提交
c83505d407
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)
     {