Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grep置換ダイアログに誤追加された「否該当行」を削除 #1448

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sakura_core/sakura_rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ BEGIN
GROUPBOX "結果出力",IDC_STATIC,60,156,68,44,WS_GROUP
CONTROL "該当行(&1)",IDC_RADIO_OUTPUTLINE,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,68,168,56,8
CONTROL "該当部分(&2)",IDC_RADIO_OUTPUTMARKED,"Button",BS_AUTORADIOBUTTON,68,178,56,8
CONTROL "否該当行(&3)",IDC_RADIO_NOHIT,"Button",BS_AUTORADIOBUTTON,68,188,56,8
GROUPBOX "結果出力形式",IDC_STATIC,132,156,68,44,WS_GROUP
CONTROL "ノーマル(&4)",IDC_RADIO_OUTPUTSTYLE1,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,140,168,52,8
CONTROL "ファイル毎(&5)",IDC_RADIO_OUTPUTSTYLE2,"Button",BS_AUTORADIOBUTTON,140,178,52,8
Expand Down
1 change: 0 additions & 1 deletion sakura_lang_en_US/sakura_lang_rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ BEGIN
GROUPBOX "Result output",IDC_STATIC,72,160,92,44,WS_GROUP
CONTROL "Matched line (&1)",IDC_RADIO_OUTPUTLINE,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,80,172,80,8
CONTROL "Matched part (&2)",IDC_RADIO_OUTPUTMARKED,"Button",BS_AUTORADIOBUTTON,80,182,80,8
CONTROL "Not matched line (&3)",IDC_RADIO_NOHIT,"Button",BS_AUTORADIOBUTTON,80,192,80,8
GROUPBOX "Output format",IDC_STATIC,168,160,72,44,WS_GROUP
CONTROL "Normal (&4)",IDC_RADIO_OUTPUTSTYLE1,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,176,172,60,8
CONTROL "Each file (&5)",IDC_RADIO_OUTPUTSTYLE2,"Button",BS_AUTORADIOBUTTON,176,182,60,8
Expand Down