]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/HelpActivity.java
Added multiword search to dictionary.
[Dictionary.git] / src / com / hughes / android / dictionary / HelpActivity.java
index 2d5c1418cb58b40a859c3466703c6c5c0e0c7d1a..0f424c9e7488752e6287cd6183f3df383e2981ce 100644 (file)
@@ -35,7 +35,7 @@ public final class HelpActivity extends Activity {
     super.onCreate(savedInstanceState);\r
     setContentView(R.layout.help_activity);\r
     final String html = StringUtil.readToString(getResources().openRawResource(R.raw.help));\r
-    final WebView webView = (WebView) findViewById(R.layout.help_activity);\r
+    final WebView webView = (WebView) findViewById(R.id.helpWebView);\r
     webView.loadData(html, "text/html", "utf-8");\r
   }\r
 \r