Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-05-12 23:39:59 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-05-12 23:39:59 +0400
commit258b231c24e6c0d3912f88f68a75176909459724 (patch)
tree40dc6b59ec6d7af15c34807292fc569912dc4a7c /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
parent964d46f94d087f14e8ff0a3fcb1e79645b3753c6 (diff)
* MonoDevelop.Ide.addin.xml: Change 'Browse Next/Previous' command
names to 'Show Next/Previous' to match the name that the search and error pads set. svn path=/trunk/monodevelop/; revision=157261
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
index 8fe880135d..bf718f471f 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
@@ -1150,13 +1150,13 @@
_label = "List of programs to open with" />
<Command id = "MonoDevelop.Ide.Commands.ViewCommands.ShowNext"
defaultHandler = "MonoDevelop.Ide.Commands.ShowNextHandler"
- _label = "Browse Next"
+ _label = "Show Next"
_description = "Move cursor to next error or search match"
macShortcut = "Meta|="
shortcut = "F4" />
<Command id = "MonoDevelop.Ide.Commands.ViewCommands.ShowPrevious"
defaultHandler = "MonoDevelop.Ide.Commands.ShowPreviousHandler"
- _label = "Browse Previous"
+ _label = "Show Previous"
_description = "Move cursor to previous error or search match"
macShortcut = "Meta|Shift|="
shortcut = "Shift|F4" />