• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

密猟オンラインクライアントプログラム JAVAベース


Commit MetaInfo

Revision11 (tree)
Time2016-01-29 18:32:53
Authormanjihq

Log Message

メール送信が正常にできていないのを修正
(テキストをリソース化した事の弊害)

Change Summary

Incremental Difference

--- trunk/src/hunton/HuntWriteWnd.java (revision 10)
+++ trunk/src/hunton/HuntWriteWnd.java (revision 11)
@@ -55,7 +55,7 @@
5555 Hunt.getBundle().getString("TITLE_SENDMAIL"), null,
5656 true) == true) {
5757 /* process to send mail */
58- String s = wnd.getTitle().substring(8);
58+ String s = wnd.getTitle().substring(Hunt.getBundle().getString("MAILTOMESG").length());
5959 StringBuffer work = new StringBuffer();
6060 s = Hunt.getToken(s, ">", work); //NOI18N
6161 if (work.length() > 0) {