diff -Naur blender-2.48.orig/release/scripts/image_edit.py blender-2.48/release/scripts/image_edit.py --- blender-2.48.orig/release/scripts/image_edit.py 2008-10-14 21:43:56 +0400 +++ blender-2.48/release/scripts/image_edit.py 2008-10-17 13:44:42 +0400 @@ -98,7 +98,7 @@ elif platform == 'darwin': appstring = 'open "%f"' else: - appstring = 'gimp-remote "%f"' + appstring = 'gimp "%f"' appstring_but = Draw.Create(appstring) save_default_but = Draw.Create(0) @@ -133,4 +133,4 @@ if __name__ == '__main__' and os != None: - main() \ No newline at end of file + main()