Author: gpittman
Date: Sat May 19 19:07:32 2018
New Revision: 22546
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22546
Log:
deleted a reference to PIL in InfoBox.py
Modified:
trunk/Scribus/scribus/plugins/scriptplugin/scripts/InfoBox.py
Modified: trunk/Scribus/scribus/plugins/scriptplugin/scripts/InfoBox.py
URL:
http://scribus.net/websvn/diff.php?repname=Scribus&rev=22546&path=/trunk/Scribus/scribus/plugins/scriptplugin/scripts/InfoBox.py
==============================================================================
--- trunk/Scribus/scribus/plugins/scriptplugin/scripts/InfoBox.py
(original)
+++ trunk/Scribus/scribus/plugins/scriptplugin/scripts/InfoBox.py Sat May
19 19:07:32 2018
@@ -121,7 +121,7 @@
while (new_height <= 0):
new_height = scribus.valueDialog('Height','Your frame height is '+
str(o_height) +
unitlabel +'. How tall\n do
you want your ' +
- 'infobox to be in '+
unitlabel +'?\n If you load an image and have the PIL module, height will be\n
calculated, so the value here will not\n matter in that case.', str(o_height))
+ 'infobox to be in '+
unitlabel +'?\n If you load an image with the script, height will be\n
calculated, so the value here will not\n matter in that case.', str(o_height))
if (not new_height) :
sys.exit(0)
new_height = float(new_height)
_______________________________________________
scribus-commit mailing list
[email protected]
http://lists.scribus.net/mailman/listinfo/scribus-commit