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:
authorCampbell Barton <ideasman42@gmail.com>2011-01-06 07:35:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-06 07:35:57 +0300
commitbba20eb5ae5e20a1ce4dcf74fa50bf6971315423 (patch)
tree0b7bd85c4f5246ab469def624f97be60771857b2 /source/blender/editors/interface
parent68b931b03f8ed0e082850192478f79513063dd62 (diff)
use ED_markers_get_first_selected() where possible, simplify ed_marker_rename_exec
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface_panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_panel.c b/source/blender/editors/interface/interface_panel.c
index d6cb8161916..88eabf7a8a2 100644
--- a/source/blender/editors/interface/interface_panel.c
+++ b/source/blender/editors/interface/interface_panel.c
@@ -798,7 +798,7 @@ void uiEndPanels(const bContext *C, ARegion *ar)
if(block->active && block->panel)
ui_offset_panel_block(block);
- /* consistancy; are panels not made, whilst they have tabs */
+ /* consistency; are panels not made, whilst they have tabs */
for(panot= ar->panels.first; panot; panot= panot->next) {
if((panot->runtime_flag & PNL_ACTIVE)==0) { // not made