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

List:       kde-commits
Subject:    kdewebdev/quanta/src
From:       Andras Mantia <amantia () kde ! org>
Date:       2005-02-02 22:06:35
Message-ID: 20050202220635.026561D17D () office ! kde ! org
[Download RAW message or body]

CVS commit by amantia: 

I might need this strings in the near future.


  M +2 -0      quanta.cpp   1.693
  M +1 -1      quantaview.cpp   1.173


--- kdewebdev/quanta/src/quanta.cpp  #1.692:1.693
@@ -2942,4 +2942,6 @@ void QuantaApp::slotEditDTD()
     i18n( "Please select a DTD:" ), lst, lst.findIndex(nickName), FALSE, &ok, this \
);  
+    QString s = i18n("Create a new DTEP description");
+    s = i18n("Load DTEP description from disk");
     if (!ok)
       return;

--- kdewebdev/quanta/src/quantaview.cpp  #1.172:1.173
@@ -782,5 +782,5 @@ void QuantaView::refreshWindow()
   } else
   {
-    if (m_documentArea->height() + ToolbarTabWidget::ref()->height() > height() && \
!ToolbarTabWidget::ref()->isHidden() && !ToolbarTabWidget::ref()->isVisible()) \
//don't use isVisible alone instead of isHidden! +    if (m_documentArea->height() + \
ToolbarTabWidget::ref()->height() > height() && !ToolbarTabWidget::ref()->isHidden() \
&& !ToolbarTabWidget::ref()->isVisible()) //don't use isVisible alone instead of \
                isHidden! This combination is strange, but works...
         resize(m_documentArea->width(), m_documentArea->height() - \
ToolbarTabWidget::ref()->height());  else if (ToolbarTabWidget::ref()->isHidden())


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

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