[haiku-commits] r37357 - in haiku/trunk: data/artwork src/apps/installer

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 2 Jul 2010 21:07:08 +0200 (CEST)

Author: mmadia
Date: 2010-07-02 21:07:08 +0200 (Fri, 02 Jul 2010)
New Revision: 37357
Changeset: http://dev.haiku-os.org/changeset/37357/haiku

Added:
   haiku/trunk/data/artwork/HAIKU logo - black on white - installer.png
Removed:
   haiku/trunk/src/apps/installer/haikulogo.png
Modified:
   haiku/trunk/src/apps/installer/Installer.rdef
Log:
Moved the graphic for Installer to data/artwork. Updated Installer's rdef for
the new file path. No functional change.


Copied: haiku/trunk/data/artwork/HAIKU logo - black on white - installer.png 
(from rev 37339, haiku/trunk/src/apps/installer/haikulogo.png)
===================================================================
(Binary files differ)

Modified: haiku/trunk/src/apps/installer/Installer.rdef
===================================================================
--- haiku/trunk/src/apps/installer/Installer.rdef       2010-07-02 18:43:31 UTC 
(rev 37356)
+++ haiku/trunk/src/apps/installer/Installer.rdef       2010-07-02 19:07:08 UTC 
(rev 37357)
@@ -15,7 +15,7 @@
 
 resource app_flags B_EXCLUSIVE_LAUNCH;
 
-resource(1, "haikulogo.png") #'PNG ' import "haikulogo.png";
+resource(1, "haikulogo.png") #'PNG ' import "../../../data/artwork/HAIKU logo 
- black on white - installer.png";
 
 resource vector_icon {
        $"6E6369660F0500020006023861093AA03CBD302A3AE36E4A1739473BE7009A9A"


Other related posts:

  • » [haiku-commits] r37357 - in haiku/trunk: data/artwork src/apps/installer - mattmadia