diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-06-11 13:37:59 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-06-11 13:37:59 -0400 |
commit | 9b7d71cdfc09e9d49a2bbd44a010086b37ab78b4 (patch) | |
tree | 672e28c6b0dfa5bae5fa2c077d775a58e01ace4c /indra | |
parent | de037486613d9560f3a9835621ef35e6fcc77378 (diff) |
Update "LLWindow" listener doc to cite github URL, not bitbucket.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llwindowlistener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwindowlistener.cpp b/indra/newview/llwindowlistener.cpp index 87d18cfc00..efe395d9ca 100644 --- a/indra/newview/llwindowlistener.cpp +++ b/indra/newview/llwindowlistener.cpp @@ -55,7 +55,7 @@ LLWindowListener::LLWindowListener(LLViewerWindow *window, const KeyboardGetter& "Given [\"keysym\"], [\"keycode\"] or [\"char\"], inject the specified "; std::string keyExplain = "(integer keycode values, or keysym string from any addKeyName() call in\n" - "http://bitbucket.org/lindenlab/viewer-release/src/tip/indra/llwindow/llkeyboard.cpp )\n"; + "https://github.com/secondlife/viewer/blob/main/indra/llwindow/llkeyboard.cpp#L68-L124)\n"; std::string mask = "Specify optional [\"mask\"] as an array containing any of \"CTL\", \"ALT\",\n" "\"SHIFT\" or \"MAC_CONTROL\"; the corresponding modifier bits will be combined\n" |