Author: lluis
Date: 2007-06-19 06:10:15 -0400 (Tue, 19 Jun 2007)
New Revision: 80120
Modified:
trunk/monodevelop/Extras/AspNetAddIn/AspNetAddIn.mdp
trunk/monodevelop/Extras/AspNetAddIn/ChangeLog
trunk/monodevelop/Extras/AspNetAddIn/gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs
Log:
* gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs,
AspNetAddIn.mdp: Changed some old 2.4 dependencies to 2.8. Use
GettextCatalog for localizable strings.
Modified: trunk/monodevelop/Extras/AspNetAddIn/AspNetAddIn.mdp
===================================================================
--- trunk/monodevelop/Extras/AspNetAddIn/AspNetAddIn.mdp 2007-06-19
10:05:36 UTC (rev 80119)
+++ trunk/monodevelop/Extras/AspNetAddIn/AspNetAddIn.mdp 2007-06-19
10:10:15 UTC (rev 80120)
@@ -82,15 +82,13 @@
<ProjectReference type="Gac" localcopy="False"
refto="System.Drawing.Design, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" />
<ProjectReference type="Gac" localcopy="False" refto="System.Design,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<ProjectReference type="Project" localcopy="False"
refto="MonoDevelop.DesignerSupport" />
- <ProjectReference type="Gac" localcopy="False" refto="gnome-sharp,
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="False" refto="glade-sharp,
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="pango-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="atk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Project" localcopy="False"
refto="MonoDevelop.Deployment" />
<ProjectReference type="Gac" localcopy="True" refto="System.Drawing,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<ProjectReference type="Assembly" localcopy="False"
refto="../../contrib/Mono.Addins.dll" />
+ <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="gnome-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="glade-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</References>
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True"
RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName=""
SyncReferences="True" IsAutotoolsProject="True"
RelativeConfigureInPath="../../">
<BuildFilesVar Sync="True" Name="FILES" />
@@ -101,7 +99,7 @@
<AsmRefVar Sync="True" Name="REFS" Prefix="-r:" />
<ProjectRefVar Sync="True" Name="REFS" Prefix="-r:" />
</MonoDevelop.Autotools.MakefileInfo>
- <GtkDesignInfo partialTypes="True" />
+ <GtkDesignInfo partialTypes="True"
gettextClass="MonoDevelop.Core.GettextCatalog" />
<DeploymentInformation strategy="File">
<excludeFiles>
<ExcludeFile file="./Makefile.am" />
Modified: trunk/monodevelop/Extras/AspNetAddIn/ChangeLog
===================================================================
--- trunk/monodevelop/Extras/AspNetAddIn/ChangeLog 2007-06-19 10:05:36 UTC
(rev 80119)
+++ trunk/monodevelop/Extras/AspNetAddIn/ChangeLog 2007-06-19 10:10:15 UTC
(rev 80120)
@@ -1,3 +1,9 @@
+2007-06-19 Lluis Sanchez Gual <[EMAIL PROTECTED]>
+
+ * gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs,
+ AspNetAddIn.mdp: Changed some old 2.4 dependencies to 2.8. Use
+ GettextCatalog for localizable strings.
+
2007-06-18 Michael Hutchinson <[EMAIL PROTECTED]>
* Gui/AspNetConfigurationPanel.cs,
Modified:
trunk/monodevelop/Extras/AspNetAddIn/gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs
===================================================================
---
trunk/monodevelop/Extras/AspNetAddIn/gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs
2007-06-19 10:05:36 UTC (rev 80119)
+++
trunk/monodevelop/Extras/AspNetAddIn/gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs
2007-06-19 10:10:15 UTC (rev 80120)
@@ -38,7 +38,7 @@
this.label1 = new Gtk.Label();
this.label1.Name = "label1";
this.label1.Xalign = 0F;
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("Code
Generation");
+ this.label1.LabelProp =
MonoDevelop.Core.GettextCatalog.GetString("Code Generation");
this.vbox1.Add(this.label1);
Gtk.Box.BoxChild w1 =
((Gtk.Box.BoxChild)(this.vbox1[this.label1]));
w1.Position = 0;
@@ -66,7 +66,7 @@
this.autoGenerateNonPartialCodeBehind = new Gtk.CheckButton();
this.autoGenerateNonPartialCodeBehind.CanFocus = true;
this.autoGenerateNonPartialCodeBehind.Name =
"autoGenerateNonPartialCodeBehind";
- this.autoGenerateNonPartialCodeBehind.Label =
Mono.Unix.Catalog.GetString("Autogenerate CodeBehind members for non-partial
classes");
+ this.autoGenerateNonPartialCodeBehind.Label =
MonoDevelop.Core.GettextCatalog.GetString("Autogenerate CodeBehind members for
non-partial classes");
this.autoGenerateNonPartialCodeBehind.DrawIndicator = true;
this.autoGenerateNonPartialCodeBehind.UseUnderline = true;
this.vbox2.Add(this.autoGenerateNonPartialCodeBehind);
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches