From 03f94330814da24a897d12ffd240cb1ab3bd5c2a Mon Sep 17 00:00:00 2001 From: "changhyun1.lee" Date: Wed, 9 Jul 2014 21:43:18 +0900 Subject: [PATCH] SIMULATOR: Resolved import package Change-Id: I29e921c0abb01bd2240f88f5d7dcfe8b515eba33 Signed-off-by: changhyun1.lee --- .../org/tizen/web/simulator/launch/SimulatorApplicationDelegate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.web.simulator/src/org/tizen/web/simulator/launch/SimulatorApplicationDelegate.java b/org.tizen.web.simulator/src/org/tizen/web/simulator/launch/SimulatorApplicationDelegate.java index e742c39..11867ad 100644 --- a/org.tizen.web.simulator/src/org/tizen/web/simulator/launch/SimulatorApplicationDelegate.java +++ b/org.tizen.web.simulator/src/org/tizen/web/simulator/launch/SimulatorApplicationDelegate.java @@ -17,7 +17,7 @@ package org.tizen.web.simulator.launch; -import static org.tizen.web.browser.Activator.PREF_LAUNCH; +import static org.tizen.web.browser.preference.LiveEditingPreferencePage.PREF_LAUNCH; import static org.tizen.web.simulator.launch.Constants.ATTR_LIVE_EDITING; import static org.tizen.web.simulator.launch.Constants.ATTR_PROJECT_NAME; import static org.tizen.web.simulator.launch.Constants.EMPTY_STRING; -- 2.7.4