a/src/qtgui/uiprefs.ui b/src/qtgui/uiprefs.ui
...
...
125
           <item>
125
           <item>
126
            <widget class="QCheckBox" name="previewHtmlCB">
126
            <widget class="QCheckBox" name="previewHtmlCB">
127
             <property name="text">
127
             <property name="text">
128
              <string>Prefer Html to plain text for preview.</string>
128
              <string>Prefer Html to plain text for preview.</string>
129
             </property>
129
             </property>
130
             <property name="checked">
131
              <bool>false</bool>
132
             </property>
133
            </widget>
134
           </item>
135
           <item>
136
            <widget class="QCheckBox" name="previewActiveLinksCB">
137
             <property name="text">
138
              <string>Activate links in preview.</string>
139
             </property>
140
               <property name="toolTip">
141
                <string>Make links inside the preview window clickable, and start an external browser when they are clicked.</string>
142
               </property>
130
             <property name="checked">
143
             <property name="checked">
131
              <bool>false</bool>
144
              <bool>false</bool>
132
             </property>
145
             </property>
133
            </widget>
146
            </widget>
134
           </item>
147
           </item>