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:
Diffstat (limited to 'source/blender/editors/space_text/text_header.c')
-rw-r--r--source/blender/editors/space_text/text_header.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/space_text/text_header.c b/source/blender/editors/space_text/text_header.c
index c4052fcef84..c583634f440 100644
--- a/source/blender/editors/space_text/text_header.c
+++ b/source/blender/editors/space_text/text_header.c
@@ -113,7 +113,7 @@ void TEXT_OT_start_find(wmOperatorType *ot)
#if 0
{
- // RMB
+ /* RMB */
uiPopupMenu *pup;
@@ -140,7 +140,7 @@ void TEXT_OT_start_find(wmOperatorType *ot)
}
{
- // Alt+Shift+E
+ /* Alt+Shift+E */
uiPopupMenu *pup;
@@ -152,7 +152,7 @@ void TEXT_OT_start_find(wmOperatorType *ot)
}
{
- // Alt+Shift+F
+ /* Alt+Shift+F */
uiPopupMenu *pup;
@@ -174,7 +174,7 @@ void TEXT_OT_start_find(wmOperatorType *ot)
}
{
- // Alt+Shift+V
+ /* Alt+Shift+V */
uiPopupMenu *pup;