Author: lluis
Date: 2007-09-20 13:18:34 -0400 (Thu, 20 Sep 2007)
New Revision: 86088

Modified:
   trunk/monodevelop/Extras/WelcomePage/ChangeLog
   trunk/monodevelop/Extras/WelcomePage/WelcomePage.addin.xml
Log:
* WelcomePage.addin.xml: Added an Other section in the MD property
  dialog and moved some options there to avoid too many branches.

Modified: trunk/monodevelop/Extras/WelcomePage/ChangeLog
===================================================================
--- trunk/monodevelop/Extras/WelcomePage/ChangeLog      2007-09-20 17:18:23 UTC 
(rev 86087)
+++ trunk/monodevelop/Extras/WelcomePage/ChangeLog      2007-09-20 17:18:34 UTC 
(rev 86088)
@@ -1,3 +1,8 @@
+2007-09-20  Lluis Sanchez Gual <[EMAIL PROTECTED]> 
+
+       * WelcomePage.addin.xml: Added an Other section in the MD property 
dialog
+         and moved some options there to avoid too many branches.
+
 2007-09-04  Michael Hutchinson <[EMAIL PROTECTED]>
 
        * WelcomePageCommands.cs: Fix compiler warning.

Modified: trunk/monodevelop/Extras/WelcomePage/WelcomePage.addin.xml
===================================================================
--- trunk/monodevelop/Extras/WelcomePage/WelcomePage.addin.xml  2007-09-20 
17:18:23 UTC (rev 86087)
+++ trunk/monodevelop/Extras/WelcomePage/WelcomePage.addin.xml  2007-09-20 
17:18:34 UTC (rev 86088)
@@ -39,13 +39,7 @@
                <Class 
class="MonoDevelop.WelcomePage.ShowWelcomePageOnStartUpHandler" />
        </Extension>
        
-       <Extension path = "/MonoDevelop/Ide/OptionsDialogPanels">
-               <DialogPanel id    = "WelcomPageOptions"
-                       insertafter = "ToolsOptions"
-                       _label = "Welcome Page">
-                       <DialogPanel    id = "General"
-                               _label = "General"
-                               class = 
"MonoDevelop.WelcomePage.WelcomePageOptionPanel" />
-               </DialogPanel>
+       <Extension path = "/MonoDevelop/Ide/OptionsDialogPanels/Other">
+               <DialogPanel _label = "Welcome Page" class = 
"MonoDevelop.WelcomePage.WelcomePageOptionPanel" />
        </Extension>
 </Addin>

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

Reply via email to