[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kicker/ui
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2003-11-03 23:33:35
[Download RAW message or body]

CVS commit by aseigo: 

what's an extension? to a user, not much. but a panel, now that's something
they understand =) fortunately Panel is already i18n'd elsehwere in kicker,
otherwise this commit that's been sitting on my hd for some time now would
have had to wait a lot longer.


  M +4 -3      addcontainer_mnu.cpp   1.21
  M +3 -3      removecontainer_mnu.cpp   1.9


--- kdebase/kicker/ui/addcontainer_mnu.cpp  #1.20:1.21
@@ -43,12 +43,13 @@ AddContainerMenu::AddContainerMenu( Cont
     buttonId = insertItem( i18n( "Application Button" ),
                            new PanelAddButtonMenu( containerArea, this ) );
-    specialId = insertItem( i18n( "Special Button" ),
-                            new PanelAddSpecialButtonMenu( containerArea, this ) );
 
     if ( showExtensions )
-        extensionId = insertItem( i18n( "Extension" ),
+        extensionId = insertItem( i18n( "Panel" ),
                                   new PanelAddExtensionMenu( this ) );
     else
         extensionId = -1;
+
+    specialId = insertItem( i18n( "Special Button" ),
+                            new PanelAddSpecialButtonMenu( containerArea, this ) );
     adjustSize();
     connect( this, SIGNAL( aboutToShow() ), SLOT( slotAboutToShow() ) );

--- kdebase/kicker/ui/removecontainer_mnu.cpp  #1.8:1.9
@@ -45,11 +45,11 @@ RemoveContainerMenu::RemoveContainerMenu
     buttonId = insertItem( i18n( "Application Button" ),
                            new PanelRemoveButtonMenu( containerArea, this ) );
-    specialId = insertItem( i18n( "Special Button" ),
-                            new PanelRemoveSpecialButtonMenu( containerArea, this ) );
     if ( showExtensions )
-        extensionId = insertItem( i18n( "Extension" ),
+        extensionId = insertItem( i18n( "Panel" ),
                                   new PanelRemoveExtensionMenu( this ) );
     else
         extensionId = -1;
+    specialId = insertItem( i18n( "Special Button" ),
+                            new PanelRemoveSpecialButtonMenu( containerArea, this ) );
     adjustSize();
     connect( this, SIGNAL( aboutToShow() ), SLOT( slotAboutToShow() ) );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic