chiark / gitweb /
Change control panel title to "Settings" (as otherwise it can fail to fit!) 1.0.1
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 12 Sep 2010 18:37:36 +0000 (19:37 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 12 Sep 2010 18:37:36 +0000 (19:37 +0100)
src/net/chiark/yarrg/ControlPanel.java

index 14bc5aecad72f74c1f2cda46c2fd83ac94c40a3e..bbe1c929b18ef2521fcb453d949267ed42aeb15c 100644 (file)
@@ -15,7 +15,7 @@ public class ControlPanel extends JFrame {
        }
        
        public ControlPanel() {
-               super("Jarrg Control Panel");
+               super("Jarrg Settings");
                final Preferences prefs = Preferences.userNodeForPackage(getClass());
                final JCheckBox toPCTB = new JCheckBox("Upload to PCTB?", prefs.getBoolean("uploadToPCTB", true));
                final JCheckBox toYarrg = new JCheckBox("Upload to Yarrg?", prefs.getBoolean("uploadToYarrg", true));