| author | kwalker | 2011-12-19 12:34:31 (EST) |
|---|---|---|
| committer | sfranklin | 2011-12-19 12:34:31 (EST) |
| commit | b4bad590c4360823d3edf965308e6137f5bdc610 (patch) (side-by-side diff) | |
| tree | 51e2cc976172e2294aafcb82f184e23b48f76ba0 | |
| parent | 67d03103607f969f1930c5bc854044f366c84a04 (diff) | |
| download | org.eclipse.orion.client-b4bad590c4360823d3edf965308e6137f5bdc610.zip org.eclipse.orion.client-b4bad590c4360823d3edf965308e6137f5bdc610.tar.gz org.eclipse.orion.client-b4bad590c4360823d3edf965308e6137f5bdc610.tar.bz2 | |
Bug 367085 - "Report a Bug" should open in new tab
| -rw-r--r-- | bundles/org.eclipse.orion.client.core/web/orion/globalCommands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/globalCommands.js b/bundles/org.eclipse.orion.client.core/web/orion/globalCommands.js index cfbcd14..7850032 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/globalCommands.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/globalCommands.js @@ -315,7 +315,7 @@ define(['require', 'dojo', 'dijit', 'orion/commands', 'orion/util', 'orion/textv 'This is a Beta build of Orion. You can use it, play with it and explore the ' + 'capabilities but BEWARE your data may be lost. | '+ '<a href="http://wiki.eclipse.org/Orion/FAQ">FAQ</a> | ' + - '<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orion&version=0.4">Report a Bug</a> | ' + + '<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orion&version=0.4" target="_blank">Report a Bug</a> | ' + '<a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a> | ' + '<a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a> | '+ '<a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a>'; |

