tmf: Bug 452415: Remember last location for Open Trace
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / ITmfUIPreferences.java
index bb81bf0af387dad451789f2be6bc084437a51e78..739118474864f340c6fc6f683a3498dafd0167a9 100644 (file)
@@ -22,4 +22,9 @@ public interface ITmfUIPreferences {
      * Preference for aligning the views based on the time axis
      */
     String PREF_ALIGN_VIEWS = "PREF_ALIGN_VIEWS"; //$NON-NLS-1$
+
+    /**
+     * Preference (not user visible) for saving the last location used when using "Open Trace"
+     */
+    String PREF_SAVED_OPEN_FILE_LOCATION = "PREF_LAST_OPEN_FILE_LOCATION"; //$NON-NLS-1$
 }
This page took 0.023724 seconds and 5 git commands to generate.