mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
replace text
This commit is contained in:
@@ -87,7 +87,10 @@ public class SearchDialog extends AppDialog implements ActionListener {
|
||||
|
||||
JPanel checkPanel = new JPanel(new FlowLayout());
|
||||
checkPanel.add(ignoreCaseCheckBox);
|
||||
checkPanel.add(regexpCheckBox);
|
||||
if (!replace) {
|
||||
checkPanel.add(regexpCheckBox);
|
||||
}
|
||||
|
||||
cnt.add(checkPanel);
|
||||
|
||||
if (!replace) {
|
||||
|
||||
Reference in New Issue
Block a user