planner r927 - in trunk: . data



Author: mvdpot
Date: Tue Jul 29 15:45:26 2008
New Revision: 927
URL: http://svn.gnome.org/viewvc/planner?rev=927&view=rev

Log:
2008-07-29  Maurice van der Pot  <griffon26 kfk4ever com>

	* Makefile.win32: Added font description files needed for printing on
	Windows (fixes crashes or lock-ups when trying to print). Also added a
	printer icon that was missing and the menu description for the print preview
	window.
	* data/planner.rc.in: Removed a few references to "Imendio Planner"	that
	would end up in the executable for Windows.



Modified:
   trunk/ChangeLog
   trunk/Makefile.win32
   trunk/data/planner.rc.in

Modified: trunk/Makefile.win32
==============================================================================
--- trunk/Makefile.win32	(original)
+++ trunk/Makefile.win32	Tue Jul 29 15:45:26 2008
@@ -159,17 +159,21 @@
 	zlib1.dll
 
 GTK_ICONFILES = \
+	16x16/devices/gnome-dev-printer.png				\
+	22x22/devices/gnome-dev-printer.png				\
+	24x24/devices/gnome-dev-printer.png				\
+	32x32/devices/gnome-dev-printer.png				\
 	16x16/mimetypes/gnome-mime-application-pdf.png			\
-	16x16/mimetypes/gnome-mime-application-postscript.png		\
 	22x22/mimetypes/gnome-mime-application-pdf.png			\
-	22x22/mimetypes/gnome-mime-application-postscript.png		\
 	24x24/mimetypes/gnome-mime-application-pdf.png			\
-	24x24/mimetypes/gnome-mime-application-postscript.png		\
 	32x32/mimetypes/gnome-mime-application-pdf.png			\
+	16x16/mimetypes/gnome-mime-application-postscript.png		\
+	22x22/mimetypes/gnome-mime-application-postscript.png		\
+	24x24/mimetypes/gnome-mime-application-postscript.png		\
 	32x32/mimetypes/gnome-mime-application-postscript.png		\
+	48x48/stock/io/stock_print-duplex.png				\
 	48x48/stock/io/stock_print-duplex-no-tumble.png			\
 	48x48/stock/io/stock_print-duplex-tumble.png			\
-	48x48/stock/io/stock_print-duplex.png				\
 	48x48/stock/io/stock_print-non-duplex.png			\
 	index.theme
 
@@ -178,13 +182,15 @@
 	@LOADERSPATH=`grep "loaders/libpixbufloader" $(PREFIX)/etc/gtk-2.0/gdk-pixbuf.loaders|head -n1|sed -e 's#.*/\(lib/gtk-2.0/[^/]*/loaders\)/.*#\1#'`; \
 	GTK_TRANSLATIONS=`echo $(INSTALLERTMP)/planner/share/locale/*|sed -e "s#$(INSTALLERTMP)/planner##g"`; \
 	GTK_FILES="/etc/gtk-2.0/gdk-pixbuf.loaders \
+	         $${LOADERSPATH} \
 	         /etc/gtk-2.0/gtkrc \
+	         /etc/fonts \
 	         /lib/libgnomeprint \
 	         /share/libgnomeprint \
-	         $${GTK_TRANSLATIONS} \
+	         /share/libgnomeprintui \
 	         $(addprefix /bin/,$(GTK_BINFILES)) \
 	         $(addprefix /share/icons/gnome/,$(GTK_ICONFILES)) \
-	         $${LOADERSPATH}"; \
+	         $${GTK_TRANSLATIONS}"; \
 	mkdir -p $(INSTALLERTMP)/planner; \
 	for file in $${GTK_FILES}; do \
 		echo "Copying $(PREFIX)/$${file}..."; \

Modified: trunk/data/planner.rc.in
==============================================================================
--- trunk/data/planner.rc.in	(original)
+++ trunk/data/planner.rc.in	Tue Jul 29 15:45:26 2008
@@ -15,12 +15,13 @@
     BEGIN
         BLOCK "040904E4"
         BEGIN
-            VALUE "CompanyName",         "Imendio\0"
-            VALUE "FileDescription",     "Imendio Planner for Windows\0"
+            VALUE "CompanyName",         "Gnome\0"
+            VALUE "FileDescription",     "Gnome Planner for Windows\0"
             VALUE "FileVersion",         "@VERSION \0"
-            VALUE "InternalName",        "PLANNER" "\0"
-            VALUE "ProductName",         "Imendion Planner\0"
-            VALUE "ProuctVersion",       "@VERSION \0"
+            VALUE "InternalName",        "planner" "\0"
+            VALUE "OriginalFilename",    "planner.exe\0"
+            VALUE "ProductName",         "Gnome Planner\0"
+            VALUE "ProductVersion",       "@VERSION \0"
         END
     END
 END



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]