소스 검색

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