reverting 27304, please test before committing.

This commit is contained in:
Campbell Barton 2010-03-07 02:12:51 +00:00
parent 1eed648aa9
commit 03bd7346ef

@ -54,13 +54,8 @@ class ProjectEdit(bpy.types.Operator):
import subprocess
EXT = "tga" # until we have a way to save as another format!
if platform == 'win32':
EDITOR = "C:\\Program Files\\GIMP-2.7\\bin\\gimp-2.7.exe"
elif platform == 'darwin':
EDITOR = "open"
else:
EDITOR = "gimp" # until we have a way to set a default image edior
EDITOR = "gimp" # until we have a way to set a default image edior
for image in bpy.data.images:
image.tag = True