瀏覽代碼

Add a title to the perform dialog.

pull/432/head
Greg Holmes 8 年之前
父節點
當前提交
ca309f120b

+ 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…
取消
儲存