Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
211f0e22
Commit
211f0e22
authored
Sep 15, 2016
by
John van Groningen
Browse files
remove version numbers from the about dialog of the CleanIDE on Windows
parent
3707796f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Ide/idehelp.icl
View file @
211f0e22
...
...
@@ -45,29 +45,5 @@ where
,
WindowVMargin
0
0
]
where
bitmapLook
_
{
newFrame
}
p
#
p
=
draw
bmap
p
#
(
font
,
p
)
=
openDefaultFont
p
#
((
ok
,
font`
),
p
)
=
openFont
{
SerifFontDef
&
fSize
=
14
}
p
#
font``
=
if
ok
font`
font
#
p
=
setPenFont
font``
p
#
p
=
drawAt
{
x
=
newFrame
.
corner1
.
x
+10
,
y
=
newFrame
.
corner2
.
y
-20
}
IDE_VERSION
p
=
p
IDE_VERSION
:==
BUILD_VERSION
// want link(?) date/time to be automatically entered...
+++.
PLATFORM
+++.
CLEAN_VERSION
+++.
EXE_VERSION
BUILD_VERSION
:==
"v2.4 "
PLATFORM
=
case
toInt
'\n'
of
13
->
"Mac "
10
->
"Win "
_
->
"??? "
CLEAN_VERSION
=
"(2.4) "
bitmapLook
_
_
p
=
draw
bmap
p
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment