TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Typo in Resources.resx (Unix-only) #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a small typo that impacts building on Mono due to BSD/Unix case
sensitivity:

In MSNPSharp/Resources/Resources.resx:

  <data name="owner" type="System.Resources.ResXFileRef, System.Windows.Forms">

    <value>..\resources\owner.png;System.Drawing.Bitmap, System.Drawing,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>

  </data>

The "resources" folder should be "Resources", lest a compile error crops
up.   Changing this one typo allows the .SLN to compile w/o any issues on
Monodevelop.

Original issue reported on code.google.com by christoofar@gmail.com on 11 Aug 2008 at 2:51

GoogleCodeExporter commented 9 years ago
Fixed. Thanks.

Original comment by hepha...@gmail.com on 12 Aug 2008 at 9:19