plugins/org.symbian.tools.tmw.previewer/src/org/symbian/tools/tmw/previewer/IWrtEditingPreferences.java
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 19 Aug 2010 17:48:04 -0700
changeset 470 d4809db37847
child 484 f5df819c1852
permissions -rw-r--r--
Changed repository layout and renamed project files. This revision is untested and may not run.

package org.symbian.tools.tmw.previewer;

public interface IWrtEditingPreferences {
	String PREF_AUTO_REFRESH = "preview.autorefresh";
}