diff --git a/harbour/ChangeLog b/harbour/ChangeLog
index 4e8c8d0b93..d6e0ae9d99 100644
--- a/harbour/ChangeLog
+++ b/harbour/ChangeLog
@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
+2010-03-09 12:18 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
+ * contrib/hbide/resources/funclist.ui
+ * contrib/hbide/resources/funclist.uic
+ ! Fixed a bad type.
+
2010-03-09 12:06 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
+ contrib/hbide/resources/ffn.png
+ contrib/hbide/resources/funclist.ui
diff --git a/harbour/contrib/hbide/resources/funclist.ui b/harbour/contrib/hbide/resources/funclist.ui
index 0236478cf8..ade125f4a6 100644
--- a/harbour/contrib/hbide/resources/funclist.ui
+++ b/harbour/contrib/hbide/resources/funclist.ui
@@ -57,6 +57,9 @@
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
-
@@ -69,12 +72,12 @@
-
- Mark Projs
+ Mark Projects
-
-
+
Load Tags
diff --git a/harbour/contrib/hbide/resources/funclist.uic b/harbour/contrib/hbide/resources/funclist.uic
index 04a96732fe..ba4c5e77af 100644
--- a/harbour/contrib/hbide/resources/funclist.uic
+++ b/harbour/contrib/hbide/resources/funclist.uic
@@ -1,7 +1,7 @@
/********************************************************************************
** Form generated from reading ui file 'funclist.ui'
**
-** Created: Tue Mar 9 11:59:02 2010
+** Created: Tue Mar 9 12:14:29 2010
** by: Qt User Interface Compiler version 4.5.3
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
@@ -38,7 +38,7 @@ public:
QLabel *labelEntries;
QFrame *line;
QPushButton *buttonMark;
- QPushButton *pushButton;
+ QPushButton *buttonLoad;
QPushButton *buttonTag;
QPushButton *buttonClose;
@@ -94,10 +94,10 @@ public:
gridLayout->addWidget(buttonMark, 5, 0, 1, 2);
- pushButton = new QPushButton(Form);
- pushButton->setObjectName(QString::fromUtf8("pushButton"));
+ buttonLoad = new QPushButton(Form);
+ buttonLoad->setObjectName(QString::fromUtf8("buttonLoad"));
- gridLayout->addWidget(pushButton, 5, 2, 1, 1);
+ gridLayout->addWidget(buttonLoad, 5, 2, 1, 1);
buttonTag = new QPushButton(Form);
buttonTag->setObjectName(QString::fromUtf8("buttonTag"));
@@ -121,7 +121,7 @@ public:
label->setText(QApplication::translate("Form", "Syntax:", 0, QApplication::UnicodeUTF8));
labelEntries->setText(QString());
buttonMark->setText(QApplication::translate("Form", "Mark Projs", 0, QApplication::UnicodeUTF8));
- pushButton->setText(QApplication::translate("Form", "Load Tags", 0, QApplication::UnicodeUTF8));
+ buttonLoad->setText(QApplication::translate("Form", "Load Tags", 0, QApplication::UnicodeUTF8));
buttonTag->setText(QApplication::translate("Form", "Re-Tag", 0, QApplication::UnicodeUTF8));
buttonClose->setText(QApplication::translate("Form", "Close", 0, QApplication::UnicodeUTF8));
Q_UNUSED(Form);