[geany/geany] 2f120d: Fix typo in "deque" include name

Colomban Wendling git-noreply at xxxxx
Thu Feb 27 13:33:45 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 27 Feb 2014 13:33:45 UTC
Commit:      2f120d73c9dd13f3aa7aeb4bbe59979750c14c93
             https://github.com/geany/geany/commit/2f120d73c9dd13f3aa7aeb4bbe59979750c14c93

Log Message:
-----------
Fix typo in "deque" include name

Fixes bug #1027.


Modified Paths:
--------------
    src/ui_utils.c

Modified: src/ui_utils.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -608,7 +608,7 @@ void ui_create_insert_menu_items(void)
 		"memory", "locale", NULL
 	};
 	const gchar *c_includes_stl[] = {
-		"bitset", "dequev", "list", "map", "set", "queue", "stack", "vector", "algorithm",
+		"bitset", "deque", "list", "map", "set", "queue", "stack", "vector", "algorithm",
 		"iterator", "functional", "string", "complex", "valarray", NULL
 	};
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list