• R/O
  • SSH

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision827be39adbc4a239d43a3bf8141b4ed8b74c948b (tree)
Time2015-07-15 17:27:38
AuthorMirrgieRiana Kurilab
CommiterMirrgieRiana Kurilab

Log Message

FrameFormula: 文字化け修正

Change Summary

Incremental Difference

diff -r 1a70f5a59bd7 -r 827be39adbc4 mirrg.game.complexcanvas.wulfenite/src/mirrg/game/complexcanvas/wulfenite/FrameFormula.java
--- a/mirrg.game.complexcanvas.wulfenite/src/mirrg/game/complexcanvas/wulfenite/FrameFormula.java Tue Jul 07 22:43:58 2015 +0900
+++ b/mirrg.game.complexcanvas.wulfenite/src/mirrg/game/complexcanvas/wulfenite/FrameFormula.java Wed Jul 15 17:27:38 2015 +0900
@@ -51,7 +51,7 @@
5151
5252 public FrameFormula(INitrogenEventRegistry eventRegistry)
5353 {
54- super("Wulfenite蠑);
54+ super("Wulfenite");
5555
5656 titleBase = getTitle();
5757 this.eventRegistry = eventRegistry;
@@ -95,9 +95,9 @@
9595
9696 int res = fileChooser.showOpenDialog(this);
9797 if (res == JFileChooser.CANCEL_OPTION) {
98- textAreaShow.setText("繝?繧、繧「繝ュ繧ー縺後く繝」繝ウ繧サ繝ォ縺輔l縺セ縺励◆縲);
98+ textAreaShow.setText("繝?繧、繧「繝ュ繧ー縺後く繝」繝ウ繧サ繝ォ縺輔l縺セ縺励◆");
9999 } else if (res == JFileChooser.ERROR_OPTION) {
100- textAreaShow.setText("繝?繧、繧「繝ュ繧ー荳翫〒繧ィ繝ゥ繝シ縺檎匱逕溘@縺セ縺励◆縲);
100+ textAreaShow.setText("繝?繧、繧「繝ュ繧ー荳翫〒繧ィ繝ゥ繝シ縺檎匱逕溘@縺セ縺励◆");
101101 }
102102
103103 try (BufferedReader in = new BufferedReader(
@@ -121,7 +121,7 @@
121121 }
122122
123123 {
124- JMenuItem menuItem = new JMenuItem("蛻・蜷阪〒菫晏ュA)");
124+ JMenuItem menuItem = new JMenuItem("蛻・蜷阪〒菫晏ュ?A)");
125125 menuItem.setMnemonic('A');
126126 menu.add(menuItem);
127127
@@ -133,9 +133,9 @@
133133
134134 int res = fileChooser.showSaveDialog(this);
135135 if (res == JFileChooser.CANCEL_OPTION) {
136- textAreaShow.setText("繝?繧、繧「繝ュ繧ー縺後く繝」繝ウ繧サ繝ォ縺輔l縺セ縺励◆縲);
136+ textAreaShow.setText("繝?繧、繧「繝ュ繧ー縺後く繝」繝ウ繧サ繝ォ縺輔l縺セ縺励◆");
137137 } else if (res == JFileChooser.ERROR_OPTION) {
138- textAreaShow.setText("繝?繧、繧「繝ュ繧ー荳翫〒繧ィ繝ゥ繝シ縺檎匱逕溘@縺セ縺励◆縲);
138+ textAreaShow.setText("繝?繧、繧「繝ュ繧ー荳翫〒繧ィ繝ゥ繝シ縺檎匱逕溘@縺セ縺励◆");
139139 }
140140
141141 try (PrintStream out = new PrintStream(
@@ -156,7 +156,7 @@
156156 }
157157
158158 {
159- JMenuItem menuItem = new JMenuItem("荳頑嶌縺堺ソ晏ュS)");
159+ JMenuItem menuItem = new JMenuItem("荳頑嶌縺堺ソ晏ュ?S)");
160160 menuItem.setMnemonic('S');
161161 menu.add(menuItem);
162162
@@ -189,7 +189,7 @@
189189 menuBar.add(menu);
190190
191191 {
192- JMenuItem menuItem = new JMenuItem("蜀阪さ繝ウ繝代う繝ォ髢句ァC)");
192+ JMenuItem menuItem = new JMenuItem("蜀阪さ繝ウ繝代う繝ォ髢句ァ?C)");
193193 menuItem.setMnemonic('C');
194194 menu.add(menuItem);
195195
@@ -392,7 +392,7 @@
392392 updateTitle();
393393
394394 textAreaSource.setBackground(new Color(0.8f, 0.8f, 0.8f));
395- textAreaShow.setText("繧ウ繝ウ繝代う繝ォ縺御クュ譁ュ縺輔l縺セ縺励◆縲);
395+ textAreaShow.setText("繧ウ繝ウ繝代う繝ォ縺御クュ譁ュ縺輔l縺セ縺励◆");
396396 }
397397 }
398398