diff options
author | Orgad Shaneh <[email protected]> | 2013-02-19 22:58:44 +0200 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2013-03-01 15:24:07 +0100 |
commit | 15374275a159740ef4933de044f24241fce02830 (patch) | |
tree | 92ea5b0350c5b1c919e4f358ec2daf77e8ecbe2f /src/plugins/git/git.pro | |
parent | 2f302d640b45dbc0776a6797a06226bc2cb67417 (diff) |
Git: Rename ResetDialog -> LogChangeDialog
Required for interactive rebase
Change-Id: I024505bbde1c58a7ccb4ce931322e0f5b467552b
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/git.pro')
-rw-r--r-- | src/plugins/git/git.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro index d562d567bd2..24367bf3c07 100644 --- a/src/plugins/git/git.pro +++ b/src/plugins/git/git.pro @@ -27,7 +27,7 @@ HEADERS += gitplugin.h \ remotemodel.h \ remotedialog.h \ branchadddialog.h \ - resetdialog.h \ + logchangedialog.h \ mergetool.h \ branchcheckoutdialog.h @@ -51,7 +51,7 @@ SOURCES += gitplugin.cpp \ remotemodel.cpp \ remotedialog.cpp \ branchadddialog.cpp \ - resetdialog.cpp \ + logchangedialog.cpp \ mergetool.cpp \ branchcheckoutdialog.cpp |