Menu

Commit [r919]  Maximize  Restore  History

Fix tooltip.

tortoisesvn 2013-09-12

changed /trunk/src/URLDlg.cpp
/trunk/src/URLDlg.cpp Diff Switch to side-by-side view
--- a/trunk/src/URLDlg.cpp
+++ b/trunk/src/URLDlg.cpp
@@ -104,7 +104,7 @@
             AddToolTip(IDC_SCCSCOMBO, _T("Source code control system to use"));
             AddToolTip(IDC_ACCUREVREPO, _T("Accurev repository name"));
             AddToolTip(IDC_IGNORESELF, _T("If enabled, commits from you won't show a notification"));
-            AddToolTip(IDC_SCRIPT, _T("Enter here a command which gets called after new revisions were detected.\n\n%revision gets replaced with the new HEAD revision\n%url gets replaced with the url of the project\n%project gets replaced with the project name\n%username gets replaced with a list of usernames\n\nExample command line:\nTortoiseProc.exe /command:update /rev:%revision /path:\"path\\to\\working\\copy\""));
+            AddToolTip(IDC_SCRIPT, _T("Enter here a command which gets called after new revisions were detected.\n\n%revision gets replaced with the new HEAD revision\n%url gets replaced with the url of the project\n%project gets replaced with the project name\n%usernames gets replaced with a list of usernames\n\nExample command line:\nTortoiseProc.exe /command:update /rev:%revision /path:\"path\\to\\working\\copy\""));
             AddToolTip(IDC_WEBDIFF, _T("URL to a web viewer\n%revision gets replaced with the new HEAD revision\n%url gets replaced with the url of the project\n%project gets replaced with the project name"));
             AddToolTip(IDC_IGNOREUSERS, _T("Newline separated list of usernames to ignore"));
             AddToolTip(IDC_INCLUDEUSERS, _T("Newline separated list of users to monitor"));
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.