no message
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package Common_old.UI.Windows;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common.Visual.CommonUI;
|
||||
import Common.Visual.Windows.Form;
|
||||
import Common_old.Current;
|
||||
import Common_old.UI.TextField.StyledTextField;
|
||||
import Common_old.UI.Trees.StyledTree;
|
||||
@@ -125,7 +126,7 @@ public class SearchReplaceForm extends Form {
|
||||
lCount.setText(String.valueOf(result.getMarkedCount()));
|
||||
}
|
||||
@Override
|
||||
protected String getFormType() {
|
||||
protected String getFormKey() {
|
||||
return FormType.SearchReplace.toString();
|
||||
}
|
||||
private void createUIComponents() {
|
||||
|
||||
Reference in New Issue
Block a user