mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
remove duplicate string since it's ignored anyway.
This commit is contained in:
parent
213f1454fb
commit
0578c3de24
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
>
|
>
|
||||||
|
|
||||||
<activity android:name="GamesList"
|
<activity android:name="GamesList"
|
||||||
android:label="@string/title_games_list"
|
android:label="@string/app_name"
|
||||||
android:launchMode="standard"
|
android:launchMode="standard"
|
||||||
android:configChanges="keyboardHidden|orientation"
|
android:configChanges="keyboardHidden|orientation"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue