From aaddfbb50b7c7701a47362b8788eb9dfa9fe2be7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 27 Jan 2009 23:04:44 +0000 Subject: on the good way making english language support working --- sources/events/implementations/VSProcessRecoverEvent.java | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sources/events/implementations/VSProcessRecoverEvent.java') diff --git a/sources/events/implementations/VSProcessRecoverEvent.java b/sources/events/implementations/VSProcessRecoverEvent.java index 0143bbb..e7c87db 100644 --- a/sources/events/implementations/VSProcessRecoverEvent.java +++ b/sources/events/implementations/VSProcessRecoverEvent.java @@ -1,5 +1,6 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * VS-Simulator (http://vs-sim.buetow.org) + * Copyright (c) 2008 - 2009 by Dipl.-Inform. (FH) Paul C. Buetow * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -24,6 +25,7 @@ package events.implementations; import events.*; +import simulator.*; /** * The class VSProcessRecoverEvent. This event makes a process to recover if @@ -49,6 +51,13 @@ public class VSProcessRecoverEvent extends VSAbstractEvent setClassname(getClass().toString()); } + /* (non-Javadoc) + * @see events.VSAbstractEvent#createShortname()() + */ + protected String createShortname(String savedShortname) { + return VSMain.prefs.getString("lang.en.process.recover"); + } + /* (non-Javadoc) * @see events.VSAbstractEvent#onStart() */ -- cgit v1.2.3