mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[i18n] Fix 'Add property' dialog with predefined property files
Fixes IDEA-357662 Create Property intention for missing property key doesn't allow to select the local resource bundle GitOrigin-RevId: d27d7a7bf4b18f2b78b008b079307fa47bccecf4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
055ce7ad56
commit
62a31e3312
@@ -434,7 +434,7 @@ public class I18nizeQuickFixDialog extends DialogWrapper implements I18nizeQuick
|
||||
for (PropertiesFile propertiesFile : myCustomization.propertiesFiles) {
|
||||
final VirtualFile virtualFile = propertiesFile.getVirtualFile();
|
||||
if (virtualFile != null) {
|
||||
list.add(virtualFile.getPath());
|
||||
list.add(FileUtil.toSystemDependentName(virtualFile.getPath()));
|
||||
}
|
||||
}
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user