]> git.sesse.net Git - kdenlive/commitdiff
Fix message extraction
authorYuri Chornoivan <yurchor@ukr.net>
Tue, 2 Feb 2010 16:20:25 +0000 (16:20 +0000)
committerYuri Chornoivan <yurchor@ukr.net>
Tue, 2 Feb 2010 16:20:25 +0000 (16:20 +0000)
svn path=/trunk/kdenlive/; revision=4279

src/dvdwizardmenu.cpp
src/mainwindow.cpp
src/widgets/unicodedialog_ui.ui

index 93c0a5eb15433a0cce04749e3f419d42c09cb876..33c089bfa4063198d7e6071d06a4f432bb555526 100644 (file)
@@ -157,7 +157,7 @@ bool DvdWizardMenu::isComplete() const
         }
     }
     if (buttonCount == 0) {
-        // We need at least one button
+        //We need at least one button
         m_view.error_message->setText(i18n("No button in menu"));
         m_view.error_message->setHidden(false);
         return false;
index 15afb56e9e4bf79eecc299363ea8ed46b90b3b82..0ca4c23cc2adfa119e90ddc48ce5553c4e14ca55 100644 (file)
@@ -748,7 +748,7 @@ void MainWindow::setupActions()
     statusBar()->setStyleSheet(QString("QStatusBar QLabel {font-size:%1pt;} QStatusBar::item { border: 0px; font-size:%1pt;padding:0px; }").arg(statusBar()->font().pointSize()));
     QString style1 = "QToolBar { border: 0px } QToolButton { border-style: inset; border:1px solid #999999;border-radius: 3px;margin: 0px 3px;padding: 0px;} QToolButton:checked { background-color: rgba(224, 224, 0, 100); border-style: inset; border:1px solid #cc6666;border-radius: 3px;}";
 
-    // create edit mode buttons
+    //create edit mode buttons
     m_normalEditTool = new KAction(KIcon("kdenlive-normal-edit"), i18n("Normal mode"), this);
     m_normalEditTool->setShortcut(i18nc("Normal editing", "n"));
     toolbar->addAction(m_normalEditTool);
index 5b458ae44e4be0a77695fcfbccca96512d13dbf2..de9f9878cf0fe3506f12ec4ba4a719da10bc14b9 100644 (file)
          <enum>QFrame::Plain</enum>
         </property>
         <property name="documentTitle">
-         <string notr="true"/>
+         <string notr="true"></string>
         </property>
         <property name="readOnly">
          <bool>true</bool>