]> git.sesse.net Git - kdenlive/commitdiff
Move unicode link string to .cpp file since extractrc has problems with it in .ui...
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 25 Jun 2009 20:40:58 +0000 (20:40 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 25 Jun 2009 20:40:58 +0000 (20:40 +0000)
svn path=/trunk/kdenlive/; revision=3661

src/unicodedialog.cpp
src/widgets/keyframeeditor_ui.ui
src/widgets/templateclip_ui.ui
src/widgets/unicodedialog_ui.ui

index 1580a08ab0c39c09191a845906794eb29a1c8a1e..f1e9207b8357c12d02cada5badc2cacbe177400f 100644 (file)
@@ -40,7 +40,7 @@ UnicodeDialog::UnicodeDialog(InputMethod inputMeth) :
 
     arrowUp->setShortcut(Qt::Key_Up);
     arrowDown->setShortcut(Qt::Key_Down);
-
+    unicode_link->setText(i18n("Information about unicode characters: <a href=\"http://decodeunicode.org\">http://decodeunicode.org</a>"));
     arrowUp->setToolTip(i18n("Previous Unicode character (Arrow Up)"));
     arrowDown->setToolTip(i18n("Next Unicode character (Arrow Down)"));
     unicodeNumber->setToolTip(i18n("Enter your Unicode number here. Allowed characters: [0-9] and [a-f]."));
index 576bf47cf2fad4e79a0aad3f00d7b1be243f6f21..d7023a63597293fe1e5d3a043e54c7b780698a13 100644 (file)
@@ -10,9 +10,6 @@
     <height>103</height>
    </rect>
   </property>
-  <property name="windowTitle">
-   <string>Form</string>
-  </property>
   <layout class="QGridLayout" name="gridLayout">
    <property name="margin">
     <number>0</number>
index c60885684d9c99d841916f8b66bf78531d0c88d2..7c3880271067795f68e9ed793f4f7c738ec58836 100644 (file)
@@ -10,9 +10,6 @@
     <height>161</height>
    </rect>
   </property>
-  <property name="windowTitle">
-   <string/>
-  </property>
   <layout class="QGridLayout" name="gridLayout">
    <item row="0" column="0">
     <widget class="QLabel" name="label">
index 54c5716bd3ca7e2b1c9fb3c4214beba5693db30a..c8dd6c254d67952883402b3e8fd0abfc16d10ba5 100644 (file)
        </widget>
       </item>
       <item row="4" column="0">
-       <widget class="QLabel" name="label_6">
+       <widget class="QLabel" name="unicode_link">
         <property name="locale">
          <locale language="English" country="UnitedStates"/>
         </property>
         <property name="text">
-         <string>Information about unicode characters: &lt;a href=&quot;http://decodeunicode.org&quot;&gt;http://decodeunicode.org&lt;/a&gt;</string>
+         <string/>
         </property>
         <property name="wordWrap">
          <bool>false</bool>