]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/AboutActivity.java
Run automated code cleanup.
[Dictionary.git] / src / com / hughes / android / dictionary / AboutActivity.java
index d6a5c1d06300c1fe13ea6d726ca3082da0c3968c..60234d7e71f4b94b1a52312ad9f931e2004e06fd 100644 (file)
@@ -41,7 +41,7 @@ public final class AboutActivity extends Activity {
             }
         } catch (Exception e) {
         }
-        TextView titleView = (TextView)findViewById(R.id.titleText);
+        TextView titleView = findViewById(R.id.titleText);
         titleView.setText("QuickDic " + ver);
     }