Skip to content
Snippets Groups Projects
Commit ae171047 authored by layer's avatar layer
Browse files

2008-07-31 <layer@HOBART>

parent a622b617
No related branches found
No related tags found
No related merge requests found
2008-07-31 <layer@HOBART>
* aclpc/acl-frames.lisp (initialize-tooltips): bug18026: use
string-to-native on string in CreateWindow call because it
will fail in an i18n image otherwise, causing a warning that
annoys users.
*******************************************************************************
join from trunk_afuchs3 to trunk
changes from:
......@@ -6335,4 +6342,4 @@ IGNORE JDI SPECIFIC CHANGES TO Makefile
Lots of other stuff
*******************************************************************************
$Revision: 2.43 $
$Revision: 2.44 $
......@@ -17,7 +17,7 @@
;; Commercial Software developed at private expense as specified in
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
;;
;; $Id: acl-frames.lisp,v 2.12 2007/04/25 20:29:26 layer Exp $
;; $Id: acl-frames.lisp,v 2.13 2008/07/31 23:05:20 layer Exp $
#|****************************************************************************
* *
......@@ -571,7 +571,7 @@
(unless tooltip-control
(win:InitCommonControls)
(setq tooltip-control
(win:CreateWindow "tooltips_class32"
(win:CreateWindow (excl:string-to-native "tooltips_class32")
0
TTS_ALWAYSTIP
win:CW_USEDEFAULT win:CW_USEDEFAULT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment