chiark / gitweb /
Replace some occurences of PCTB with Jarrg, for new name
[jarrg-ian.git] / src / com / tedpearson / ypp / market / ControlPanel.java
index 62886c16e6a88cb9310b0b129b58274ec8478879..0f15704403a011b22a9d626578da97003808a637 100644 (file)
@@ -15,7 +15,7 @@ public class ControlPanel extends JFrame {
        }
        
        public ControlPanel() {
-               super("PCTB Control Panel");
+               super("Jarrg Control Panel");
                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));