소스 검색

Merge pull request #432 from greboid/perform-dialog

Add a title to the perform dialog
pull/435/head
Chris Smith 8 년 전
부모
커밋
e525d9ae88
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      ui_swing/src/com/dmdirc/addons/ui_swing/dialogs/globalautocommand/GlobalAutoCommandDialog.java

+ 1
- 0
ui_swing/src/com/dmdirc/addons/ui_swing/dialogs/globalautocommand/GlobalAutoCommandDialog.java 파일 보기

@@ -74,6 +74,7 @@ public class GlobalAutoCommandDialog extends StandardDialog {
74 74
     }
75 75
 
76 76
     private void layoutComponents() {
77
+        setTitle("Global Perform");
77 78
         setLayout(new MigLayout("fill"));
78 79
         add(new TextLabel("These commands will be executed when the client starts."),
79 80
                 "wrap, span 2");

Loading…
취소
저장