diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 58f5a0a17b..4f2be2e157 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,13 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-29 09:31 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbide/hbide.qrc + + Added: "runscript" icon. + + + contrib/hbide/resources/runscript.png + + New icon for "Run as Script" action on main toolbar. + 2010-06-29 09:07 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpbrowse.prg ! Some more tweaking in event handelling. diff --git a/harbour/contrib/hbide/hbide.qrc b/harbour/contrib/hbide/hbide.qrc index 2b9d9534c0..fa9f6efd72 100644 --- a/harbour/contrib/hbide/hbide.qrc +++ b/harbour/contrib/hbide/hbide.qrc @@ -142,6 +142,7 @@ resources/redo.png resources/richtext.png resources/run.png +resources/runscript.png resources/runnodebug.png resources/save.png resources/saveall.png diff --git a/harbour/contrib/hbide/resources/runscript.png b/harbour/contrib/hbide/resources/runscript.png new file mode 100644 index 0000000000..3bb3b2fe4d Binary files /dev/null and b/harbour/contrib/hbide/resources/runscript.png differ