~ubuntu-branches/ubuntu/raring/monodevelop/raring

« back to all changes in this revision

Viewing changes to src/addins/AspNet/MonoDevelop.AspNet/gtk-gui/gui.stetic

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2011-06-29 06:56:25 UTC
  • mfrom: (1.8.1 upstream) (1.3.11 experimental)
  • Revision ID: james.westby@ubuntu.com-20110629065625-7xx19c4vb95j65pl
Tags: 2.5.92+dfsg-1ubuntu1
* Merge from Debian experimental:
 - Dropped patches & changes to debian/control for Moonlight
   + debian/patches/remove_support_for_moonlight.patch,
   + debian/patches/dont_add_moonlight_to_core_addins.patch,
 - Remaining patches:
   + debian/patches/no_appmenu:

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  <import>
8
8
    <widget-library name="../../../../../build/bin/MonoDevelop.Ide.dll" />
9
9
    <widget-library name="../../../../../build/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll" />
10
 
    <widget-library name="../../../../../build/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll" />
11
10
    <widget-library name="../../../../../build/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.Linux.dll" />
12
11
    <widget-library name="../../../../../build/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll" />
13
12
    <widget-library name="../../../../../build/bin/Mono.TextEditor.dll" />
755
754
  </widget>
756
755
  <widget class="Gtk.Window" id="MonoDevelop.AspNet.Deployment.WebTargetEditor" design-size="400 300">
757
756
    <property name="MemberName" />
758
 
    <property name="Title" translatable="no">WebTargetEditor</property>
 
757
    <property name="Visible">False</property>
 
758
    <property name="Title">WebTargetEditor</property>
759
759
    <property name="WindowPosition">CenterOnParent</property>
760
760
    <child>
761
761
      <placeholder />
763
763
  </widget>
764
764
  <widget class="Gtk.Dialog" id="MonoDevelop.AspNet.Deployment.WebDeployTargetEditor" design-size="400 300">
765
765
    <property name="MemberName" />
 
766
    <property name="Visible">False</property>
766
767
    <property name="Title" translatable="yes">Edit Web Deployment Target</property>
767
768
    <property name="TypeHint">Dialog</property>
768
769
    <property name="WindowPosition">CenterOnParent</property>
770
771
    <property name="BorderWidth">9</property>
771
772
    <property name="Buttons">2</property>
772
773
    <property name="HelpButton">False</property>
773
 
    <property name="HasSeparator">False</property>
774
774
    <child internal-child="VBox">
775
775
      <widget class="Gtk.VBox" id="dialog1_VBox">
776
776
        <property name="MemberName" />
992
992
  </widget>
993
993
  <widget class="Gtk.Dialog" id="MonoDevelop.AspNet.Deployment.WebDeployLaunchDialog" design-size="511 353">
994
994
    <property name="MemberName" />
 
995
    <property name="Visible">False</property>
995
996
    <property name="Title" translatable="yes">Deploy to Web</property>
996
997
    <property name="WindowPosition">CenterOnParent</property>
997
998
    <property name="Modal">True</property>
1068
1069
            <property name="ResponseId">-11</property>
1069
1070
            <signal name="Clicked" handler="editTargetsClicked" />
1070
1071
          </widget>
 
1072
          <packing>
 
1073
            <property name="Expand">False</property>
 
1074
            <property name="Fill">False</property>
 
1075
          </packing>
1071
1076
        </child>
1072
1077
        <child>
1073
1078
          <widget class="Gtk.Button" id="buttonCancel">