Просмотр исходного кода

Add a title to the perform dialog.

pull/432/head
Greg Holmes 8 лет назад
Родитель
Сommit
ca309f120b

+ 1
- 0
ui_swing/src/com/dmdirc/addons/ui_swing/dialogs/globalautocommand/GlobalAutoCommandDialog.java Просмотреть файл

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

Загрузка…
Отмена
Сохранить