[rkward-cvs] SF.net SVN: rkward: [1379] trunk/rkward
kapatp at users.sourceforge.net
kapatp at users.sourceforge.net
Mon Feb 12 03:31:26 UTC 2007
Revision: 1379
http://svn.sourceforge.net/rkward/?rev=1379&view=rev
Author: kapatp
Date: 2007-02-11 19:31:26 -0800 (Sun, 11 Feb 2007)
Log Message:
-----------
Corrected the options variable in export.php file
Modified Paths:
--------------
trunk/rkward/rkward/plugins/x11device/export.php
trunk/rkward/subdirs
Modified: trunk/rkward/rkward/plugins/x11device/export.php
===================================================================
--- trunk/rkward/rkward/plugins/x11device/export.php 2007-02-11 18:47:00 UTC (rev 1378)
+++ trunk/rkward/rkward/plugins/x11device/export.php 2007-02-12 03:31:26 UTC (rev 1379)
@@ -11,17 +11,17 @@
$options = "";
if (!getRK_val ("autowidth")) $options .= ", width=" . getRK_val ("width");
if (!getRK_val ("autoheight")) $options .= ", height=" . getRK_val ("height");
- $options = ", res=" . getRK_val ("resolution");
- if (!getRK_val ("autopointsize")) $options = ", pointsize=" . getRK_val ("pointsize");
+ $options .= ", res=" . getRK_val ("resolution");
+ if (!getRK_val ("autopointsize")) $options .= ", pointsize=" . getRK_val ("pointsize");
?>
dev.set (<? getRK ("devnum"); ?>)
dev2bitmap ("<? getRK ("file"); ?>", type="<? echo ($type); ?>"<? echo ($options); ?>)
<?
}
-
+
function printout () {
}
-
+
function cleanup () {
?><?
}
Modified: trunk/rkward/subdirs
===================================================================
--- trunk/rkward/subdirs 2007-02-11 18:47:00 UTC (rev 1378)
+++ trunk/rkward/subdirs 2007-02-12 03:31:26 UTC (rev 1379)
@@ -1,4 +1,3 @@
doc
po
rkward
-rkward-0.4.6pre1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list