|
From: <mwl...@us...> - 2008-09-23 17:38:28
|
Revision: 814
http://cishell.svn.sourceforge.net/cishell/?rev=814&view=rev
Author: mwlinnem
Date: 2008-09-23 17:38:09 +0000 (Tue, 23 Sep 2008)
Log Message:
-----------
Oops. Did that wrong. Undoing changes.
Modified Paths:
--------------
trunk/clients/gui/org.cishell.reference.gui.prefs.swt/src/org/cishell/reference/gui/prefs/swt/CIShellPreferenceStore.java
Modified: trunk/clients/gui/org.cishell.reference.gui.prefs.swt/src/org/cishell/reference/gui/prefs/swt/CIShellPreferenceStore.java
===================================================================
--- trunk/clients/gui/org.cishell.reference.gui.prefs.swt/src/org/cishell/reference/gui/prefs/swt/CIShellPreferenceStore.java 2008-09-23 17:34:39 UTC (rev 813)
+++ trunk/clients/gui/org.cishell.reference.gui.prefs.swt/src/org/cishell/reference/gui/prefs/swt/CIShellPreferenceStore.java 2008-09-23 17:38:09 UTC (rev 814)
@@ -88,12 +88,7 @@
}
public String getString(String name) {
- PreferenceAD attributeCorrespondingToThisName = this.prefOCD.getAttributeByID(name);
- String attributePrefix = attributeCorrespondingToThisName.getPreferenceTypePrefix();
String result = (String) this.prefDict.get(name);
- if (result != null) {
- result = attributePrefix + result;
- }
return result;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|