diff options
Diffstat (limited to 'vcs/perforce/commitdlg.cpp')
-rw-r--r-- | vcs/perforce/commitdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/perforce/commitdlg.cpp b/vcs/perforce/commitdlg.cpp index c3b94071..44ff0875 100644 --- a/vcs/perforce/commitdlg.cpp +++ b/vcs/perforce/commitdlg.cpp @@ -126,7 +126,7 @@ TQString CommitDialog::changeList() const lst += "Change: new\n" "Client: " + client() + "\n" "User: " + user() + "\n" - "tqStatus: new\n" + "Status: new\n" "Description:\n "; lst += logMessage().replace(TQRegExp("\n"), "\n ") + "\n\n"; |