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:
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog6
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml4
2 files changed, 8 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index 6751c182eb..9e98f6454d 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,5 +1,11 @@
2010-05-12 Michael Hutchinson <mhutchinson@novell.com>
+ * 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.
+
+2010-05-12 Michael Hutchinson <mhutchinson@novell.com>
+
* MonoDevelop.Ide.addin.xml: (Revert revision 157026)
2010-05-12 Lluis Sanchez Gual <lluis@novell.com>
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" />