Skip to content

Commit

Permalink
Fix capitalization issues preventing compilation
Browse files Browse the repository at this point in the history
Fix incorrectly capitalized paths in a file causing compilation to fail
on Linux (where filenames are case-sensitive).
  • Loading branch information
kinseytamsin committed Jun 26, 2018
1 parent a7fe003 commit e8b24e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/EVEMon.Common/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<value>..\Resources\Cursors\ContextMenuPointer.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="RefTypes" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\serialization\reftypes.xml;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
<value>..\Serialization\RefTypes.xml;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="CallbackFail" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\callback_fail.htm;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
Expand All @@ -248,7 +248,7 @@
<value>..\Resources\callback_ok.htm;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="chrFactions" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\chrfactions.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
<value>..\Resources\chrFactions.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="ErrorAccountBalance" xml:space="preserve">
<value>Error querying the wallet balance for {0}.</value>
Expand Down Expand Up @@ -395,4 +395,4 @@ If you changed your password, you must log in again using File &gt; Add Characte
<data name="MessageNewContracts" xml:space="preserve">
<value>{0} assigned contract{1}.</value>
</data>
</root>
</root>

0 comments on commit e8b24e6

Please sign in to comment.