OSDN Git Service
(root)
/
tortoisegit
/
TortoiseGitJp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38f7242
)
Fix don't show finish message box when apply patch
author
Frank Li
<lznuaa@gmail.com>
Fri, 30 Jan 2009 03:35:27 +0000
(11:35 +0800)
committer
Frank Li
<lznuaa@gmail.com>
Fri, 30 Jan 2009 03:35:27 +0000
(11:35 +0800)
Signed-off-by: Frank Li <lznuaa@gmail.com>
src/TortoiseProc/Commands/ImportPatchCommand.cpp
patch
|
blob
|
history
diff --git
a/src/TortoiseProc/Commands/ImportPatchCommand.cpp
b/src/TortoiseProc/Commands/ImportPatchCommand.cpp
index
aa50186
..
91a35fe
100644
(file)
--- a/
src/TortoiseProc/Commands/ImportPatchCommand.cpp
+++ b/
src/TortoiseProc/Commands/ImportPatchCommand.cpp
@@
-44,8
+44,10
@@
bool ImportPatchCommand::Execute()
return FALSE;
\r
}
\r
}
\r
+
\r
+ CMessageBox::Show(NULL,CString(_T("Patch applied: "))+output,_T("TortoiseGit"),MB_OK);
\r
return TRUE;
\r
}
\r
- CMessageBox::Show(NULL,CString(_T("Patch applied"))+output,_T("TortoiseGit"),MB_OK);
\r
+
\r
return FALSE;
\r
}
\r