projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e4229e
)
Fix indetation in last commit
author
Jens Verwiebe <info@jensverwiebe.de>
Mon, 3 Nov 2014 14:06:46 +0000
(15:06 +0100)
committer
Jens Verwiebe <info@jensverwiebe.de>
Mon, 3 Nov 2014 14:06:46 +0000
(15:06 +0100)
source/blender/editors/space_file/fsmenu.h
patch
|
blob
|
history
diff --git
a/source/blender/editors/space_file/fsmenu.h
b/source/blender/editors/space_file/fsmenu.h
index f66bfcef7ebc414ed401b8275d58c7942513e402..8c4dd31e953db7c3dafbb3949d731cdf8cccfb79 100644
(file)
--- a/
source/blender/editors/space_file/fsmenu.h
+++ b/
source/blender/editors/space_file/fsmenu.h
@@
-48,7
+48,7
@@
typedef enum FSMenuInsert {
FS_INSERT_SORTED = (1 << 0),
FS_INSERT_SAVE = (1 << 1),
FS_INSERT_FIRST = (1 << 2), /* moves the item to the front of the list when its not already there */
- FS_APPEND_LAST = (1 << 3) /*just append to preseve delivered order */
+ FS_APPEND_LAST
= (1 << 3) /*just append to preseve delivered order */
} FSMenuInsert;
struct FSMenu;