Commit d6b0bc68 authored by claes's avatar claes

Menu changed

parent f5b6cd95
/* /*
* Proview $Id: HistSearch.java,v 1.3 2006-06-14 10:41:53 claes Exp $ * Proview $Id: HistSearch.java,v 1.4 2007-01-30 06:51:55 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -116,7 +116,7 @@ public class HistSearch extends JFrame implements ActionListener ...@@ -116,7 +116,7 @@ public class HistSearch extends JFrame implements ActionListener
/**** Menu + textstrings ****/ /**** Menu + textstrings ****/
JMenu fileMenu, langMenu; JMenu fileMenu, langMenu;
String[][] menuTitle = {{"File","Byt Sprk"},{"Arkiv","Change Language"}}; String[][] menuTitle = {{"File","Language"},{"Arkiv","Sprk"}};
String[][] fileItems = {{"Copy result to excel","Quit"},{"Kopiera resultat till Excel","Avsluta"}}; String[][] fileItems = {{"Copy result to excel","Quit"},{"Kopiera resultat till Excel","Avsluta"}};
String[][] langItems = {{"Svenska","English"},{"Svenska","English"}}; String[][] langItems = {{"Svenska","English"},{"Svenska","English"}};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment