Author: yonik
Date: 2007-05-31 08:54:18 -0400 (Thu, 31 May 2007)
New Revision: 78320

Modified:
   
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx
   
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx.cs
   
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx.designer.cs
Log:
<31/05/07 by:yoni  [EMAIL PROTECTED]>
spelling error fix

Modified: 
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx
===================================================================
--- 
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx
        2007-05-31 12:40:33 UTC (rev 78319)
+++ 
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx
        2007-05-31 12:54:18 UTC (rev 78320)
@@ -23,7 +23,7 @@
 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --%>
-<%@ Page Language="C#" AutoEventWireup="true" EnableTheming="false" 
MasterPageFile="~/aspnetconfig/Util.Master" CodeBehind="ManageRole.aspx.cs" 
Inherits="Mainsoft.Web.AspnetConfig.MenageRole" %>
+<%@ Page Language="C#" AutoEventWireup="true" EnableTheming="false" 
MasterPageFile="~/aspnetconfig/Util.Master" CodeBehind="ManageRole.aspx.cs" 
Inherits="Mainsoft.Web.AspnetConfig.ManageRole" %>
 <%@ Register tagprefix="custom" namespace="Mainsoft.Web.AspnetConfig" 
Assembly="Mainsoft.Web.AspnetConfig"  %>
 <asp:Content ID="Content1" ContentPlaceHolderID="SiteMapLinks" runat="server">
 <td><a class="SiteMap" href="Default.aspx" title="Home page" 
runat="server">Home</a></td>

Modified: 
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx.cs
===================================================================
--- 
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx.cs
     2007-05-31 12:40:33 UTC (rev 78319)
+++ 
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx.cs
     2007-05-31 12:54:18 UTC (rev 78320)
@@ -32,7 +32,7 @@
 
 namespace Mainsoft.Web.AspnetConfig
 {
-       public partial class MenageRole : System.Web.UI.Page
+       public partial class ManageRole : System.Web.UI.Page
        {
                String role;
                protected void Page_Load (object sender, EventArgs e)

Modified: 
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx.designer.cs
===================================================================
--- 
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx.designer.cs
    2007-05-31 12:40:33 UTC (rev 78319)
+++ 
branches/mainsoft/gh20/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/ManageRole.aspx.designer.cs
    2007-05-31 12:54:18 UTC (rev 78320)
@@ -10,7 +10,7 @@
 
 namespace Mainsoft.Web.AspnetConfig {
     
-    public partial class MenageRole {
+    public partial class ManageRole {
         protected System.Web.UI.WebControls.Label role_lbl;
         protected System.Web.UI.WebControls.DropDownList searchBy_dl;
         protected System.Web.UI.WebControls.TextBox user_txt;

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to