Skip to content

Commit

Permalink
update to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenguang Liu committed Sep 6, 2013
1 parent 5703647 commit cc0a13f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/DragonBonesDesignPanel.mxi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<macromedia-extension name="DragonBonesDesignPanel" version="2.3" type="command">
<macromedia-extension name="DragonBonesDesignPanel" version="2.3.1" type="command">

<author name="DragonBones Team"/>
<products>
Expand Down
1 change: 1 addition & 0 deletions src/locale/en_US/resources.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ swf+json=Zip (JSON + SWF)
png+json=Zip (JSON + PNG)
pngs+json=Zip (JSON + PNGs)
exportscale=Export Scale
backgroundColor=Background Color
ok=OK
save=Save
cancel=Cancel
Expand Down
1 change: 1 addition & 0 deletions src/locale/fr_FR/resources.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ swf+json=Zip (JSON + SWF)
png+json=Zip (JSON + PNG)
pngs+json=Zip (JSON + PNGs)
exportscale=exporter échelle
backgroundColor=Couleur de fond
ok=OK
save=Sauver
cancel=Annuler
Expand Down
1 change: 1 addition & 0 deletions src/locale/ja_JP/resources.properties
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ swf+json=Zip (JSON + SWF)
png+json=Zip (JSON + PNG)
pngs+json=Zip (JSON + PNGs)
exportscale=書き出し スケール
backgroundColor=背景色
ok=OK
save=保存
cancel=キャンセル
Expand Down
1 change: 1 addition & 0 deletions src/locale/zh_CN/resources.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pngs+xml=Zip (XML + PNGs)
swf+json=Zip (JSON + SWF)
png+json=Zip (JSON + PNG)
pngs+json=Zip (JSON + PNGs)
backgroundColor=背景颜色
exportscale=导出缩放比
ok=确定
save=保存
Expand Down
4 changes: 2 additions & 2 deletions src/view/ExportWindow.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<s:Label height="24" textAlign="right" verticalAlign="middle"
text="{resourceManager.getString('resources','exportscale') + ':'}"
/>
<s:CheckBox id="bgColorCheckBox" label="bgColor"/>
<s:CheckBox id="bgColorCheckBox" label="{resourceManager.getString('resources','backgroundColor')}"/>
</s:VGroup>
<s:VGroup width="100%" gap="6">
<s:DropDownList id="exportType" width="100%" height="24" cornerRadius="0" textAlign="right"
Expand All @@ -83,7 +83,7 @@
enabled="{SettingDataProxy.getInstance().dataExportID != 0 &amp;&amp; SettingDataProxy.getInstance().dataExportID != 2 &amp;&amp; SettingDataProxy.getInstance().dataExportID != 5}"
selectedIndex="@{SettingDataProxy.getInstance().exportScaleID}"
/>
<mx:ColorPicker id="colorPicker" selectedColor="white"/>
<mx:ColorPicker id="colorPicker" selectedColor="white" enabled="{bgColorCheckBox.selected}"/>
</s:VGroup>
</s:HGroup>

Expand Down

0 comments on commit cc0a13f

Please sign in to comment.