Browse Source

Replaced obsolete DialogPanel with OptionPanel in IronRuby addin file.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5348 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Matt Ward 16 years ago
parent
commit
6d543c024e
  1. 4
      src/AddIns/BackendBindings/Ruby/RubyBinding/Project/RubyBinding.addin

4
src/AddIns/BackendBindings/Ruby/RubyBinding/Project/RubyBinding.addin

@ -105,14 +105,14 @@ @@ -105,14 +105,14 @@
<!-- Options panel -->
<Path name="/SharpDevelop/Dialogs/OptionsDialog/ToolsOptions">
<DialogPanel id="RubyOptionsPanel"
<OptionPanel id="RubyOptionsPanel"
label="Ruby"
class="ICSharpCode.RubyBinding.RubyOptionsPanel"/>
</Path>
<!-- Project options panels -->
<Path path="/SharpDevelop/BackendBindings/ProjectOptions/Ruby">
<DialogPanel id="DebugOptions"
<OptionPanel id="DebugOptions"
label="${res:Dialog.ProjectOptions.DebugOptions}"
class="ICSharpCode.SharpDevelop.Gui.OptionPanels.DebugOptions"/>
</Path>

Loading…
Cancel
Save