• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisiond4b4f3558e386e285a266e9ec1017ce4765eb2a4 (tree)
Time2019-04-05 17:48:59
AuthorStarg <starg@user...>
CommiterStarg

Log Message

Remove unnecessary SJIS escape sequence

Change Summary

Incremental Difference

--- a/interface/w32g_pref.c
+++ b/interface/w32g_pref.c
@@ -4287,12 +4287,7 @@ static const TCHAR *cb_info_IDC_COMBO_FRAGMENTS_jp[] = {
42874287 // IDC_COMBO_OUTPUT_MODE
42884288 static const TCHAR *cb_info_IDC_COMBO_OUTPUT_MODE_jp[] = {
42894289 TEXT("以下のファイルに出力"), (TCHAR*)0,
4290-#if defined(__CYGWIN32__) || defined(__MINGW32__)
4291- TEXT("ファイル名を自動で決定し、ソ\ースと同じフォルダに出力"), (TCHAR*)1,
4292-#else
42934290 TEXT("ファイル名を自動で決定し、ソースと同じフォルダに出力"), (TCHAR*)1,
4294-#endif
4295-
42964291 TEXT("ファイル名を自動で決定し、以下のフォルダに出力"), (TCHAR*)2,
42974292 TEXT("ファイル名を自動で決定し、以下のフォルダに出力(フォルダ名付き)"), (TCHAR*)3,
42984293 NULL,