Browse Source

Add race ID to default ships page config

master
Chris Smith 15 years ago
parent
commit
8886ba1e51
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/uk/co/md87/evetool/ui/pages/ShipsPage.java

+ 1
- 1
src/uk/co/md87/evetool/ui/pages/ShipsPage.java View File

@@ -57,7 +57,7 @@ public class ShipsPage extends ListablePage<BasicShipInfoSurrogate> implements A
57 57
         config.topLeft = new BasicConfigElement("name");
58 58
         config.topRight = new CompoundConfigElement();
59 59
         config.bottomLeft = new BasicConfigElement("can fly");
60
-        config.bottomRight = new CompoundConfigElement();
60
+        config.bottomRight = new BasicConfigElement("race id");
61 61
         config.group = new BasicConfigElement("group name");
62 62
 
63 63
         config.sortOrder = new CompoundConfigElement(

Loading…
Cancel
Save