File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ - in OS X binary, click on sRGB.icm in Open dialog ... segv!
2
+
3
+ IM relocation problem?
4
+
1
5
- program window, new tool, enter
2
6
3
7
fred = 12
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ imageheader_build( GtkWidget *widget )
256
256
FALSE );
257
257
gtk_text_view_set_cursor_visible ( GTK_TEXT_VIEW ( imageheader -> history ),
258
258
FALSE );
259
- font_desc = pango_font_description_from_string ( "Mono " );
259
+ font_desc = pango_font_description_from_string ( "Monospace " );
260
260
gtk_widget_modify_font ( imageheader -> history , font_desc );
261
261
pango_font_description_free ( font_desc );
262
262
gtk_container_add ( GTK_CONTAINER ( swin ), imageheader -> history );
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ log_build( GtkWidget *widget )
83
83
gtk_text_view_set_editable ( GTK_TEXT_VIEW ( log -> view ), FALSE );
84
84
gtk_text_view_set_cursor_visible ( GTK_TEXT_VIEW ( log -> view ),
85
85
FALSE );
86
- font_desc = pango_font_description_from_string ( "Mono " );
86
+ font_desc = pango_font_description_from_string ( "Monospace " );
87
87
gtk_widget_modify_font ( log -> view , font_desc );
88
88
pango_font_description_free ( font_desc );
89
89
Original file line number Diff line number Diff line change @@ -2207,7 +2207,7 @@ program_text_new( void )
2207
2207
GtkWidget * text ;
2208
2208
2209
2209
text = gtk_text_view_new ();
2210
- font_desc = pango_font_description_from_string ( "Mono " );
2210
+ font_desc = pango_font_description_from_string ( "Monospace " );
2211
2211
gtk_widget_modify_font ( text , font_desc );
2212
2212
pango_font_description_free ( font_desc );
2213
2213
tabs = program_tabs_new ();
You can’t perform that action at this time.
0 commit comments