diff options
| author | Orgad Shaneh <[email protected]> | 2013-05-22 21:31:46 +0300 |
|---|---|---|
| committer | Orgad Shaneh <[email protected]> | 2013-05-24 12:29:49 +0200 |
| commit | 7bfaf7a946b9e1e512463c3a93c65bb396e40c2c (patch) | |
| tree | 20ef32c99260936cdabcad35de1093511c2c19a6 /src/plugins/git/gitconstants.h | |
| parent | a9d9d444940dcef7076b59772d7f6f92f29b8d6a (diff) | |
Git: Provide a commit editor for files opened externally
Change-Id: I52fccf36cca032dda36102d4be2654eb7461de64
Reviewed-by: Eike Ziller <[email protected]>
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitconstants.h')
| -rw-r--r-- | src/plugins/git/gitconstants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/git/gitconstants.h b/src/plugins/git/gitconstants.h index 872bf3022ce..35cf9619562 100644 --- a/src/plugins/git/gitconstants.h +++ b/src/plugins/git/gitconstants.h @@ -47,6 +47,9 @@ const char C_GIT_BLAME_EDITOR[] = "Git Annotation Editor"; const char GIT_DIFF_EDITOR_ID[] = "Git Diff Editor"; const char GIT_DIFF_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Git Diff Editor"); const char C_GIT_DIFF_EDITOR[] = "Git Diff Editor"; +const char GIT_COMMIT_TEXT_EDITOR_ID[] = "Git Commit Editor"; +const char GIT_COMMIT_TEXT_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Git Commit Editor"); +const char C_GIT_COMMIT_TEXT_EDITOR[] = "Git Commit Editor"; const char C_GITSUBMITEDITOR[] = "Git Submit Editor"; const char GITSUBMITEDITOR_ID[] = "Git Submit Editor"; @@ -54,6 +57,7 @@ const char GITSUBMITEDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Git Submit const char SUBMIT_CURRENT[] = "Git.SubmitCurrentLog"; const char DIFF_SELECTED[] = "Git.DiffSelectedFilesInLog"; const char SUBMIT_MIMETYPE[] = "text/vnd.qtcreator.git.submit"; +const char C_GITEDITORID[] = "Git Editor"; } // namespace Constants } // namespace Git |
