Fixed error message
svn: r128
This commit is contained in:
parent
d70684afac
commit
78f7cc4ea6
@ -89,7 +89,7 @@ def scale_image(path,size):
|
|||||||
try:
|
try:
|
||||||
image1 = GdkImlib.Image(path)
|
image1 = GdkImlib.Image(path)
|
||||||
except:
|
except:
|
||||||
GnomeWarningDialog(_("Could load load image file %s") % path)
|
GnomeWarningDialog(_("Could not load image file %s") % path)
|
||||||
return
|
return
|
||||||
|
|
||||||
width = image1.rgb_width
|
width = image1.rgb_width
|
||||||
|
Loading…
Reference in New Issue
Block a user