Skip to content

Commit

Permalink
Small cosmetic changes + build bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickTingen committed Dec 11, 2020
1 parent cb48910 commit 8748879
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.i
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20201203
20201211
4 changes: 2 additions & 2 deletions wDataDigger.w
Original file line number Diff line number Diff line change
Expand Up @@ -4295,7 +4295,7 @@ DO:
DEFINE VARIABLE cSetting AS CHARACTER NO-UNDO.

/* If we click this in the middle of the tour, ignore it */
IF FRAME frHint:visible THEN RETURN NO-APPLY.
IF FRAME frHint:VISIBLE THEN RETURN NO-APPLY.

/* Cancel all running timer events */
IF glUseTimer THEN chCtrlFrame:pstimer:ENABLED = FALSE.
Expand Down Expand Up @@ -12055,7 +12055,7 @@ PROCEDURE showNewFeatures :
END.

/* Bug fixes */
RUN showHint(C-Win:HANDLE, {&ARROW-NONE}, "~n1/7~n~nWelcome to the new DataDigger~nWith 50+ bug fixes and changes").
RUN showHint(C-Win:HANDLE, {&ARROW-NONE}, "~n1/7~n~nWelcome to the new DataDigger~nWith >50 bug fixes and changes").

/* Title */
tgDebugMode:X = 130.
Expand Down
Binary file modified wDataDigger.wrx
Binary file not shown.

0 comments on commit 8748879

Please sign in to comment.