Skip to content

Commit

Permalink
Minor precaution added to ConfigManager. Deleted unintended English r…
Browse files Browse the repository at this point in the history
…esource file.
  • Loading branch information
cyanfish committed Aug 17, 2013
1 parent 8798ae4 commit 86b5287
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 209 deletions.
2 changes: 1 addition & 1 deletion NAPS2/Config/ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public virtual void Load()
{
config = null;
TryLoadConfig(primaryConfigPath);
if (config == null)
if (config == null && secondaryConfigPath != null)
{
TryLoadConfig(secondaryConfigPath);
}
Expand Down
3 changes: 0 additions & 3 deletions NAPS2/NAPS2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,6 @@
<EmbeddedResource Include="WinForms\FEditScanSettings.de.resx">
<DependentUpon>FEditScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditScanSettings.en.resx">
<DependentUpon>FEditScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditScanSettings.es.resx">
<DependentUpon>FEditScanSettings.cs</DependentUpon>
</EmbeddedResource>
Expand Down
205 changes: 0 additions & 205 deletions NAPS2/WinForms/FEditScanSettings.en.resx

This file was deleted.

0 comments on commit 86b5287

Please sign in to comment.