Skip to content

Commit

Permalink
Minor corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey.malykhin committed May 28, 2015
1 parent c090e60 commit ebc0fbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .cproject
Expand Up @@ -5,9 +5,9 @@
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.android.toolchain.gcc.1245095277" moduleId="org.eclipse.cdt.core.settings" name="Default">
<externalSettings/>
<extensions>
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
</extensions>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
Expand Down Expand Up @@ -45,8 +45,10 @@
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<project id="OpenCamera.null.1547786032" name="OpenCamera"/>
</storageModule>
<storageModule moduleId="refreshScope" versionNumber="1">
<resource resourceType="PROJECT" workspacePath="/OpenCamera"/>
<storageModule moduleId="refreshScope" versionNumber="2">
<configuration configurationName="Default">
<resource resourceType="PROJECT" workspacePath="/OpenCamera"/>
</configuration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
Expand Down
2 changes: 1 addition & 1 deletion res/xml/preferences_headers.xml
Expand Up @@ -66,7 +66,7 @@
</header>
<header
android:fragment="com.almalence.opencam_plus.Fragment"
android:title="@string/Pref_Help_Preference_Title">
android:title="@string/Pref_Help_Preference_Title"
android:summary="@string/Pref_Help_Preference_Summary">
<extra android:name="type" android:value="plugins_settings" />
</header>
Expand Down

0 comments on commit ebc0fbf

Please sign in to comment.