Ignore:
Timestamp:
Oct 11, 2008, 10:20:34 AM (15 years ago)
Author:
Sam Hocevar
Message:

ThePimp?: add namespace before resource names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/ThePimp/AboutWindow.cs

    r2885 r2910  
    2424
    2525            this.AppPaintable = true;
    26             Gdk.Pixbuf image = Gdk.Pixbuf.LoadFromResource("about.png");
     26            Gdk.Pixbuf image = Gdk.Pixbuf.LoadFromResource("ThePimp.images.about.png");
    2727            Gdk.Pixmap pixmap, pixmap_mask;
    2828            image.RenderPixmapAndMask(out pixmap, out pixmap_mask, 255);
Note: See TracChangeset for help on using the changeset viewer.