Parcourir la source

Style fixes

Change-Id: If50386320eaa363e04ca586780cd8d0c36e8309c
Reviewed-on: http://gerrit.dmdirc.com/616
Automatic-Compile: Gregory Holmes <greg@dmdirc.com>
Reviewed-by: Gregory Holmes <greg@dmdirc.com>
tags/0.6.3
Chris Smith il y a 14 ans
Parent
révision
456585827a

+ 1
- 1
src/com/dmdirc/addons/ui_swing/dialogs/about/AboutDialog.java Voir le fichier

@@ -156,7 +156,7 @@ public final class AboutDialog extends StandardDialog implements
156 156
     public void stateChanged(ChangeEvent e) {
157 157
         history = 10 * (history % 10000) + tabbedPane.getSelectedIndex();
158 158
 
159
-        if (history == 30321) {
159
+        if (history / 10 % 100 == 32 && (history & 1) == 1 && history >> 8 == 118) {
160 160
             cp.showEE();
161 161
         }
162 162
     }

Chargement…
Annuler
Enregistrer