Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mcclim
clim-tos
Commits
ae171047
Commit
ae171047
authored
16 years ago
by
layer
Browse files
Options
Downloads
Patches
Plain Diff
2008-07-31 <layer@HOBART>
parent
a622b617
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog.n
+8
-1
8 additions, 1 deletion
ChangeLog.n
aclpc/acl-frames.lisp
+2
-2
2 additions, 2 deletions
aclpc/acl-frames.lisp
with
10 additions
and
3 deletions
ChangeLog.n
+
8
−
1
View file @
ae171047
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.4
3
$
$Revision: 2.4
4
$
This diff is collapsed.
Click to expand it.
aclpc/acl-frames.lisp
+
2
−
2
View file @
ae171047
...
...
@@ -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.1
2
200
7
/0
4/25 20:29:26
layer Exp $
;; $Id: acl-frames.lisp,v 2.1
3
200
8
/0
7/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment