From fddf6cc0c7bde0e518717d5c37abd83db8601f62 Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Wed, 25 Jul 2012 14:51:14 +0000 Subject: [PATCH] Modified the AppearancePanel decal selector to have a combo box which follows the ComponentPreset pattern. The first entry in the combo box contains "none" entry which clears the decal associated with the component. The last entry in the combo box is "choose from file" which opens a file picker to select an image from the file system. The entries in between contain all the decals currently used by components in the document which facilitates reusing decals on the model. --- core/resources/l10n/messages.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/resources/l10n/messages.properties b/core/resources/l10n/messages.properties index 5152407ca..e67a55d99 100644 --- a/core/resources/l10n/messages.properties +++ b/core/resources/l10n/messages.properties @@ -703,7 +703,6 @@ AppearanceCfg.lbl.Appearance = Appearance AppearanceCfg.lbl.Usedefault = Use default AppearanceCfg.but.savedefault = Save as default appearance AppearanceCfg.lbl.Texture = Texture: -AppearanceCfg.lbl.Choose = Choose AppearanceCfg.lbl.shine = Shine: AppearanceCfg.lbl.color.diffuse = Diffuse Color: AppearanceCfg.lbl.color.ambient = Ambient Color: @@ -1741,6 +1740,9 @@ CustomFinImport.description = The image will be converted internally to black an PresetModel.lbl.select = Select preset PresetModel.lbl.database = From database... +DecalModel.lbl.select = +DecalModel.lbl.choose = From file... + ! Component Preset Chooser Dialog ComponentPresetChooserDialog.title = Choose component preset