Meta question: I'm getting notified by the mail from osdn.net about
commits. Is this the best way to provide feedback on commits? It isn't
clear to me if I can reply to the mail and have it distributed to all
committers.
[[[
Modified: trunk/src/TortoiseShell/ContextMenu.cpp
===================================================================
--- trunk/src/TortoiseShell/ContextMenu.cpp 2022-09-26 17:17:51 UTC
(rev 29467)
+++ trunk/src/TortoiseShell/ContextMenu.cpp 2022-10-04 18:00:51 UTC
(rev 29468)
]]] ... [[[
@@ -1222,9 +1222,9 @@
}
}
- //add sub menu to main context menu
- //don't use InsertMenu because this will lead to multiple menu entries
in the explorer file menu.
- //see http://support.microsoft.com/default.aspx?scid=kb;en-us;214477 for
details of that.
+ // add sub menu to main context menu
+ // don't use InsertMenu because this will lead to multiple menu
entries in the explorer file menu.
+ // see http://support.microsoft.com/default.aspx?scid=kb;en-us;214477 for
details of that.
MAKESTRING(IDS_MENUSUBMENU);
if (!g_shellCache.HasShellMenuAccelerators())
{
]]]
I got curious and checked the link, but Microsoft seems to be deprecating
old KB articles and I can't find the article on microsoft.com.
Archive.org seems to have it:
http://web.archive.org/web/20090728090357/http://support.microsoft.com:80/kb/214477
Does it seem reasonable to update these kind of links to archive.org (or
does someone else know where to find it on microsoft.com)? I can do it,
time permitting...
Kind regards,
Daniel
--
You received this message because you are subscribed to the Google Groups
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tortoisesvn-dev/809bd0a2-60d9-4a0d-a893-e0814fd2d1b5n%40googlegroups.com.