From 6ae10db204955d7aaa9c7bdbdc2e45c2403bdf82 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 22 Jun 2011 13:53:38 +0400 Subject: [PATCH] Add Joves to race order for ship browser --- gui/shipBrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/shipBrowser.py b/gui/shipBrowser.py index f23bbf712..2fd21b89a 100644 --- a/gui/shipBrowser.py +++ b/gui/shipBrowser.py @@ -668,7 +668,7 @@ class ShipBrowser(wx.Panel): self.raceselect.Show(False) self.Layout() - RACE_ORDER = ["amarr", "caldari", "gallente", "minmatar", "ore", "serpentis", "angel", "blood", "sansha", "guristas", None] + RACE_ORDER = ["amarr", "caldari", "gallente", "minmatar", "ore", "serpentis", "angel", "blood", "sansha", "guristas", "jove", None] def raceNameKey(self, ship): return self.RACE_ORDER.index(ship.race), ship.name