diff --git a/plugins/copyright_label/pluginguibase.ui b/plugins/copyright_label/pluginguibase.ui
index fb9cd88bbc3..c2f37eb35ad 100644
--- a/plugins/copyright_label/pluginguibase.ui
+++ b/plugins/copyright_label/pluginguibase.ui
@@ -117,15 +117,13 @@
textEdit2
- <h1>Description</h1>
-Enter your copyright label on the right. This plugin supports basic html markup tags for formatting the label.
-
-<PRE>
-<B> <b>Bold text</b> </B>
-<I> <i>Italics</i> </I>
-</PRE>
-
-Font face and style can also be set using the 'Font' button.
+ <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
+<p style="margin-top:18px"><span style="font-size:24pt;font-weight:600">Description</span></p>
+<p>Enter your copyright label on the right. This plugin supports basic html markup tags for formatting the label. </p>
+<p><span style="font-family:Courier New,courier"><B> </span><span style="font-family:Courier New,courier;font-weight:600">Bold text</span><span style="font-family:Courier New,courier"> </B><br /><I> </span><span style="font-family:Courier New,courier;font-style:italic">Italics</span><span style="font-family:Courier New,courier"> </I></span></p>
+<p>Font face and style can also be set using the 'Font' button.</p>
+</body></html>
+
WidgetWidth
@@ -283,10 +281,16 @@ Font face and style can also be set using the 'Font' button.
cboxEnabled_toggled(bool)
- cboPlacement
+ cboOrientation
textChanged(const QString&)
PluginGuiBase
- cboPlacement_textChanged(const QString&)
+ cboOrientation_textChanged(const QString&)
+
+
+ cboPlacement
+ highlighted(const QString&)
+ PluginGuiBase
+ cboPlacement_highlighted(const QString&)
@@ -298,7 +302,8 @@ Font face and style can also be set using the 'Font' button.
btnFontColour_clicked()
btnFontFace_clicked()
cboxEnabled_toggled( bool )
- cboPlacement_textChanged( const QString & )
+ cboOrientation_textChanged( const QString & )
+ cboPlacement_highlighted( const QString & )
diff --git a/plugins/copyright_label/pluginguibase.ui.h b/plugins/copyright_label/pluginguibase.ui.h
index 7bfd2094603..1f0abf3337b 100644
--- a/plugins/copyright_label/pluginguibase.ui.h
+++ b/plugins/copyright_label/pluginguibase.ui.h
@@ -1,3 +1,5 @@
+
+
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
@@ -45,3 +47,21 @@ void PluginGuiBase::btnFontFace_clicked()
}
+
+
+void PluginGuiBase::cboxEnabled_toggled( bool )
+{
+
+}
+
+
+void PluginGuiBase::cboOrientation_textChanged( const QString & )
+{
+
+}
+
+
+void PluginGuiBase::cboPlacement_highlighted( const QString & )
+{
+
+}