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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-12-08 18:13:00 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2003-12-08 18:13:00 +0300
commitaefb33e8cfde29609239b872d9adcefb4da78586 (patch)
treec67cef4a3ea0ac73e1d7f35245e52c15c382fd9a /source/blender/include/BIF_space.h
parent6c09dd6fc2319d8c741ba1ee8301a965e093c647 (diff)
Corrected function name.
Diffstat (limited to 'source/blender/include/BIF_space.h')
-rw-r--r--source/blender/include/BIF_space.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h
index fdc3d2da80e..3e2ed08b833 100644
--- a/source/blender/include/BIF_space.h
+++ b/source/blender/include/BIF_space.h
@@ -109,7 +109,7 @@ extern void group_menu(void);
extern void mainwindow_toggle_fullscreen(int fullscreen);
#endif
-extern void mainwindow_set_title(char *title);
+extern void mainwindow_set_filename_to_title(char *title);
extern void mainwindow_raise(void);
extern void mainwindow_make_active(void);
extern void mainwindow_close(void);