diff --git a/harbour/ChangeLog b/harbour/ChangeLog
index e10f1b8a25..927bd195b3 100644
--- a/harbour/ChangeLog
+++ b/harbour/ChangeLog
@@ -16,6 +16,18 @@
The license applies to all entries newer than 2009-04-28.
*/
+2012-02-02 10:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
+ * contrib/hbide/ideprojmanager.prg
+ * Formatting.
+ + contrib/hbide/resources/panel_10.png
+ + contrib/hbide/resources/panel_11.png
+ + contrib/hbide/resources/panel_12.png
+ + contrib/hbide/resources/panel_13.png
+ + contrib/hbide/resources/panel_9.png
+ + Added: new images for panels.
+ * contrib/hbide/hbide.qrc
+ + Added: above images.
+
2012-02-01 00:50 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbxbp/xbpgeneric.prg
* contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp
diff --git a/harbour/contrib/hbide/hbide.qrc b/harbour/contrib/hbide/hbide.qrc
index 0fce07afe2..e85a558b88 100644
--- a/harbour/contrib/hbide/hbide.qrc
+++ b/harbour/contrib/hbide/hbide.qrc
@@ -163,6 +163,11 @@
resources/panel_6.png
resources/panel_7.png
resources/panel_8.png
+resources/panel_9.png
+resources/panel_10.png
+resources/panel_11.png
+resources/panel_12.png
+resources/panel_13.png
resources/paste.png
resources/placeremovemark.png
resources/ppo.png
diff --git a/harbour/contrib/hbide/ideprojmanager.prg b/harbour/contrib/hbide/ideprojmanager.prg
index e8ed5da140..3cb471eb3e 100644
--- a/harbour/contrib/hbide/ideprojmanager.prg
+++ b/harbour/contrib/hbide/ideprojmanager.prg
@@ -1407,9 +1407,9 @@ METHOD IdeProjManager:buildSource( lExecutable )
::oOutputResult:oWidget:clear()
::oOutputResult:oWidget:append( hbide_outputLine() )
- cTmp := "Project [ " + oEdit:sourceFile + " ] " + ;
- "Launch [ " + iif( ::lLaunch , 'Yes', 'No' ) + " ] " + ;
- "Rebuild [ " + iif( lRebuild, 'Yes', 'No' ) + " ] " + ;
+ cTmp := "Project [ " + oEdit:sourceFile + " ] " + ;
+ "Launch [ " + iif( ::lLaunch, 'Yes', 'No' ) + " ] " + ;
+ "Rebuild [ " + iif( lRebuild , 'Yes', 'No' ) + " ] " + ;
"Started [ " + time() + " ]"
::oOutputResult:oWidget:append( cTmp )
::oOutputResult:oWidget:append( hbide_outputLine() )
@@ -1615,7 +1615,7 @@ METHOD IdeProjManager:finished( nExitCode, nExitStatus, oProcess )
::outputText( hbide_outputLine() )
cTmp := "Exit Code [ " + hb_ntos( nExitCode ) + " ] Exit Status [ " + hb_ntos( nExitStatus ) + " ] " +;
- "Finished at [ " + time() + " ] Done in [ " + hb_ntos( seconds() - oProcess:started ) +" Secs ]"
+ "Finished at [ " + time() + " ] Done in [ " + hb_ntos( seconds() - oProcess:started ) + " Secs ]"
::outputText( cTmp )
::outputText( hbide_outputLine() )
diff --git a/harbour/contrib/hbide/resources/panel_10.png b/harbour/contrib/hbide/resources/panel_10.png
new file mode 100644
index 0000000000..775ad5e022
Binary files /dev/null and b/harbour/contrib/hbide/resources/panel_10.png differ
diff --git a/harbour/contrib/hbide/resources/panel_11.png b/harbour/contrib/hbide/resources/panel_11.png
new file mode 100644
index 0000000000..fdbac1cbd4
Binary files /dev/null and b/harbour/contrib/hbide/resources/panel_11.png differ
diff --git a/harbour/contrib/hbide/resources/panel_12.png b/harbour/contrib/hbide/resources/panel_12.png
new file mode 100644
index 0000000000..0f7abb214e
Binary files /dev/null and b/harbour/contrib/hbide/resources/panel_12.png differ
diff --git a/harbour/contrib/hbide/resources/panel_13.png b/harbour/contrib/hbide/resources/panel_13.png
new file mode 100644
index 0000000000..fc93d8809c
Binary files /dev/null and b/harbour/contrib/hbide/resources/panel_13.png differ
diff --git a/harbour/contrib/hbide/resources/panel_9.png b/harbour/contrib/hbide/resources/panel_9.png
new file mode 100644
index 0000000000..d80022549c
Binary files /dev/null and b/harbour/contrib/hbide/resources/panel_9.png differ