quick quit quick quit quick quit quick quit quick quit quick quit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as NativeUI from '../libs/NativeUI';
|
||||
import * as NativeUI from '../libs/NativeUI';
|
||||
import jailList from './criminalrelease';
|
||||
import InputHelper from '../inputhelper';
|
||||
|
||||
@@ -90,9 +90,9 @@ export default function reportList(globalData: IGlobalData) {
|
||||
|
||||
globalData.InMenu = true;
|
||||
|
||||
var types = ["Ticket Report", "Quick Report"];
|
||||
var types = ["Ticket", "Quick-Report"];
|
||||
|
||||
reportMenu = new Menu("Ticket/QuitReport", "", new Point(0, screenRes.y / 3), null, null);
|
||||
reportMenu = new Menu("Ticket/Quick-Report", "", new Point(0, screenRes.y / 3), null, null);
|
||||
var typesItem = new UIMenuListItem("Typ", "", new ItemsCollection(types));
|
||||
reportMenu.AddItem(typesItem);
|
||||
|
||||
@@ -165,4 +165,4 @@ export default function reportList(globalData: IGlobalData) {
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user