Selaa lähdekoodia

Fix duplicated "DMDirc: " in several dialogs.

At some point I simplified StandardDialog to handle prepending DMDirc:
to all dialogs, I apparently didn't alter all the dialogs to take this
into account.

Fixes CLIENT-309

Change-Id: I9ed1937b5f09541c775820b9dc17872fb3dd5b5c
Reviewed-on: http://gerrit.dmdirc.com/2161
Reviewed-by: Chris Smith <chris@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.7rc1
Greg Holmes 13 vuotta sitten
vanhempi
commit
15c4895873

+ 1
- 1
src/com/dmdirc/addons/ui_swing/dialogs/prefs/URLConfigPanel.java Näytä tiedosto

@@ -262,7 +262,7 @@ public class URLConfigPanel extends JPanel implements
262 262
     public void actionPerformed(final ActionEvent e) {
263 263
         if (e.getSource() == add) {
264 264
             new StandardInputDialog(parentWindow, ModalityType.MODELESS,
265
-                    "DMDIRC: New URL handler",
265
+                    "New URL handler",
266 266
                     "Please enter the name of the new protocol.",
267 267
                     new URLProtocolValidator()) {
268 268
 

+ 1
- 1
src/com/dmdirc/addons/ui_swing/wizard/firstrun/SwingFirstRunWizard.java Näytä tiedosto

@@ -68,7 +68,7 @@ public final class SwingFirstRunWizard implements WizardListener,
68 68
             final SwingController controller) {
69 69
         this.controller = controller;
70 70
 
71
-        wizardDialog = new WizardDialog("DMDirc: Setup wizard",
71
+        wizardDialog = new WizardDialog("Setup wizard",
72 72
                 new ArrayList<Step>(), parentWindow,
73 73
                 ModalityType.APPLICATION_MODAL);
74 74
         wizardDialog.setIconImage(new IconManager(IdentityManager

Loading…
Peruuta
Tallenna