Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
e2192edf
Commit
e2192edf
authored
May 19, 2009
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ge: bugfix in fonts for language sv_se
parent
f7eab682
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
src/changelog.txt
src/changelog.txt
+2
-1
xtt/changelog.txt
xtt/changelog.txt
+2
-1
xtt/lib/glow/gtk/glow_draw_gtk.cpp
xtt/lib/glow/gtk/glow_draw_gtk.cpp
+3
-0
No files found.
src/changelog.txt
View file @
e2192edf
...
...
@@ -109,4 +109,5 @@
081024 cs xtthelp New program co_help to view helptexts.
081124 cs qcom Quota check for max number of buffered messages in a queue added.
090224 cs xtthelp New home button in help window.
090506 cs pwrb Bugfix in Max object. Default values were wrong and didn't work for negative input values.
\ No newline at end of file
090506 cs pwrb Bugfix in Max object. Default values were wrong and didn't work for negative input values.
090519 cs rtmon New help file for runtime monitor, and pushbutton for reset runtime.
\ No newline at end of file
xtt/changelog.txt
View file @
e2192edf
...
...
@@ -131,4 +131,5 @@
090512 cs ge Bugfix in ge editor, navigator palette wasn't destroyed at exit.
090518 cs xtt More flexible layout of operator buttons. NoFastAvail not used any more.
090518 cs xtt Bugfix in xtt termination. Free in wrong order could cause segfault.
090518 cs xtt Advanced user set as default, not set with option -d.
\ No newline at end of file
090518 cs xtt Advanced user set as default, not set with option -d.
090519 cs ge Bugfix in fonts for language se_sv.
xtt/lib/glow/gtk/glow_draw_gtk.cpp
View file @
e2192edf
...
...
@@ -3384,6 +3384,9 @@ static char *font_string( int font_idx, int font_type, double size)
default:
sprintf
(
str
,
"%s %s%f"
,
"Lucida Sans"
,
bold_str
,
FONT_SCALE
*
size
);
}
for
(
char
*
s
=
str
;
*
s
;
s
++
)
if
(
*
s
==
','
)
*
s
=
'.'
;
return
str
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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