aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitconstants.h
diff options
context:
space:
mode:
authormae <[email protected]>2009-02-16 12:50:15 +0100
committermae <[email protected]>2009-02-16 12:50:15 +0100
commit8598a59b9fa1d98b99eeb03a93087f43aa2c74a5 (patch)
tree49cdc1c13d1e3af9a0abb8f8f1baac570f908db7 /src/plugins/git/gitconstants.h
parent2ff2c9c14b3ce0c5962153939466ada357dd0943 (diff)
fix context definitions of the vcs editors (this makes shortcuts work again)
Diffstat (limited to 'src/plugins/git/gitconstants.h')
-rw-r--r--src/plugins/git/gitconstants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/git/gitconstants.h b/src/plugins/git/gitconstants.h
index b539046ffb5..438d0f25b9a 100644
--- a/src/plugins/git/gitconstants.h
+++ b/src/plugins/git/gitconstants.h
@@ -38,9 +38,13 @@ namespace Git {
namespace Constants {
const char * const GIT_COMMAND_LOG_EDITOR_KIND = "Git Command Log Editor";
+const char * const C_GIT_COMMAND_LOG_EDITOR = "Git Command Log Editor";
const char * const GIT_LOG_EDITOR_KIND = "Git File Log Editor";
+const char * const C_GIT_LOG_EDITOR = "Git File Log Editor";
const char * const GIT_BLAME_EDITOR_KIND = "Git Annotation Editor";
+const char * const C_GIT_BLAME_EDITOR = "Git Annotation Editor";
const char * const GIT_DIFF_EDITOR_KIND = "Git Diff Editor";
+const char * const C_GIT_DIFF_EDITOR = "Git Diff Editor";
const char * const C_GITSUBMITEDITOR = "Git Submit Editor";
const char * const GITSUBMITEDITOR_KIND = "Git Submit Editor";