From af97d8da6dac2945f4245acbf91a77a1e8196cfc Mon Sep 17 00:00:00 2001 From: hoenicke Date: Mon, 18 Sep 2000 15:29:26 +0000 Subject: [PATCH] Remove ampersands (I thought they were used to underline characters). git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1264 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/swingui/Resources.properties | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/jode/jode/swingui/Resources.properties b/jode/jode/swingui/Resources.properties index 66b625d..c5693f5 100644 --- a/jode/jode/swingui/Resources.properties +++ b/jode/jode/swingui/Resources.properties @@ -8,20 +8,20 @@ browse.filter.description = *.jar, *.zip Archives browse.title = Browse cpdialog.title = Set Class Path -button.okay=&Okay -button.apply=&Apply -button.cancel=&Cancel -button.select=&Select -button.browse=&Browse... -button.add=&Add -button.remove=&Remove +button.okay=Okay +button.apply=Apply +button.cancel=Cancel +button.select=Select +button.browse=Browse... +button.add=Add +button.remove=Remove main.decompiling=decompiling main.exception = \nException while decompiling: -menu.file = &File -menu.file.gc = &Collect Garbage -menu.file.exit = &Exit -menu.opt = &Options -menu.opt.hier = Class &Hierarchy -menu.opt.cp = Set &Class Path... +menu.file = File +menu.file.gc = Collect Garbage +menu.file.exit = Exit +menu.opt = Options +menu.opt.hier = Class Hierarchy +menu.opt.cp = Set Class Path...