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
Why3
why3
Commits
23e9700d
Commit
23e9700d
authored
Mar 23, 2016
by
MARCHE Claude
Browse files
IDE: fixed fallback to default iconset fatcow
parent
cf4020c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ide/gconfig.ml
View file @
23e9700d
...
...
@@ -381,12 +381,12 @@ let load_icon_names () =
let
ide
=
config
()
in
let
iconset
=
ide
.
iconset
in
let
_
,
iconsets
=
iconsets
()
in
let
d
=
let
iconset
,
d
=
try
List
.
assoc
iconset
iconsets
iconset
,
List
.
assoc
iconset
iconsets
with
Not_found
->
try
List
.
assoc
"fatcow"
iconsets
"fatcow"
,
List
.
assoc
"fatcow"
iconsets
with
Not_found
->
failwith
"No icon set found"
in
...
...
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