Update of /cvsroot/easystruts/org.sf.easyexplore/src/org/sf/easyexplore/preferences
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24290/src/org/sf/easyexplore/preferences
Modified Files:
EasyExplorePreferencePage.java
Log Message:
Fixed typo in prefs page.
Index: EasyExplorePreferencePage.java
===================================================================
RCS file: /cvsroot/easystruts/org.sf.easyexplore/src/org/sf/easyexplore/preferences/EasyExplorePreferencePage.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** EasyExplorePreferencePage.java 7 Feb 2006 01:33:58 -0000 1.3
--- EasyExplorePreferencePage.java 9 Feb 2006 17:54:25 -0000 1.4
***************
*** 21,25 ****
setPreferenceStore(EasyExplorePlugin.getDefault().getPreferenceStore());
! setDescription("Set the operatin system commands to open an explorer and a command shell.");
}
--- 21,25 ----
setPreferenceStore(EasyExplorePlugin.getDefault().getPreferenceStore());
! setDescription("Set the operating system commands to open an explorer and a command shell.");
}
|