Author: davidmak
Date: 2008-01-14 14:33:42 -0500 (Mon, 14 Jan 2008)
New Revision: 92896
Modified:
trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog
trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs
Log:
* MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Make strings
translatable
Modified: trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog
===================================================================
--- trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog 2008-01-14
18:55:58 UTC (rev 92895)
+++ trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog 2008-01-14
19:33:42 UTC (rev 92896)
@@ -1,3 +1,8 @@
+2008-01-14 David Makovský (Yakeen) <[EMAIL PROTECTED]>
+
+ * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Make strings
+ translatable
+
2008-01-14 Mike Krüger <[EMAIL PROTECTED]>
* MonoDevelop.Ide.Gui/Document.cs: Fixed 353008: Build command is
available
Modified:
trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs
===================================================================
---
trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs
2008-01-14 18:55:58 UTC (rev 92895)
+++
trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs
2008-01-14 19:33:42 UTC (rev 92896)
@@ -71,8 +71,8 @@
col.AddAttribute (crt, "weight", boldCol);
keyTreeView.AppendColumn (col);
- keyTreeView.AppendColumn ("Key Binding", new
CellRendererText (), "text", bindingCol);
- keyTreeView.AppendColumn ("Description", new
CellRendererText (), "text", descCol);
+ keyTreeView.AppendColumn (GettextCatalog.GetString
("Key Binding"), new CellRendererText (), "text", bindingCol);
+ keyTreeView.AppendColumn (GettextCatalog.GetString
("Description"), new CellRendererText (), "text", descCol);
keyTreeView.Selection.Changed += new EventHandler
(OnKeysTreeViewSelectionChange);
@@ -80,7 +80,7 @@
accelEntry.KeyReleaseEvent += new
KeyReleaseEventHandler (OnAccelEntryKeyRelease);
updateButton.Clicked += new EventHandler
(OnUpdateButtonClick);
- schemeCombo.AppendText ("Current");
+ schemeCombo.AppendText (GettextCatalog.GetString
("Current"));
foreach (string s in KeyBindingService.SchemeNames)
schemeCombo.AppendText (s);
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches