Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-11-08 13:02:30 +0300
committerTon Roosendaal <ton@blender.org>2003-11-08 13:02:30 +0300
commit9caa2fee8e5365d5dcdeeb89bc160a3f15ef8daf (patch)
treee5c4349ce10621661f3a4fdc0a51ede7e3a89ad1 /source/blender/src/header_image.c
parentc11eb861122d1acd9d107db7851ddb314ab86198 (diff)
- fixed bug #384
browsing new texture for lamp in texturebuttons (f6) only gave 'add new' option. - saving images in texturepaint mode saves in same format only. this is far from an easy fix to use the scene settings, so it indicates with saving clearly its in the same type now
Diffstat (limited to 'source/blender/src/header_image.c')
-rw-r--r--source/blender/src/header_image.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/header_image.c b/source/blender/src/header_image.c
index 1a4f3dfa37b..1a02838a20b 100644
--- a/source/blender/src/header_image.c
+++ b/source/blender/src/header_image.c
@@ -342,8 +342,7 @@ void do_image_buttons(unsigned short event)
if (ima) {
strcpy(name, ima->name);
if (ima->ibuf) {
- save_image_filesel_str(str);
- activate_fileselect(FILE_SPECIAL, str, name, save_paint);
+ activate_fileselect(FILE_SPECIAL, "Save in same type", name, save_paint);
}
}
break;