2012-08-29 08:54 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/functions.prg
! Fixed: logical error like:
hb_default( lGUI, .T. ) => DEFAULT lGUI TO .T.
It should not happen, but...
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-08-29 08:54 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/functions.prg
|
||||
! Fixed: logical error like:
|
||||
hb_default( lGUI, .T. ) => DEFAULT lGUI TO .T.
|
||||
It should not happen, but...
|
||||
|
||||
2012-08-28 17:50 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
+ contrib/hbide/resources/dictionary.png
|
||||
+ contrib/hbide/resources/launch_r.png
|
||||
|
||||
@@ -523,7 +523,7 @@ METHOD IdeFunctions:tagProject( cProjectTitle, lGUI )
|
||||
LOCAL cProjFile, cRoot, aCTags, aSources, cSrc, a_, n
|
||||
LOCAL qApp := QApplication()
|
||||
|
||||
hb_default( lGUI, .T. )
|
||||
DEFAULT lGUI TO .T.
|
||||
|
||||
IF !( ::inAction )
|
||||
IF lGUI
|
||||
|
||||
Reference in New Issue
Block a user