mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
More internationaliztion
This commit is contained in:
parent
255085f20a
commit
4a6072f0b1
@ -54,7 +54,6 @@ void edit_move_to_prev_col (WEdit * edit, long p);
|
|||||||
int edit_load_file_from_filename (WEdit *edit, char *exp);
|
int edit_load_file_from_filename (WEdit *edit, char *exp);
|
||||||
static void gtk_edit_set_selection (GtkEditable * editable, gint start, gint end);
|
static void gtk_edit_set_selection (GtkEditable * editable, gint start, gint end);
|
||||||
|
|
||||||
|
|
||||||
guchar gtk_edit_font_width_per_char[256];
|
guchar gtk_edit_font_width_per_char[256];
|
||||||
int gtk_edit_option_text_line_spacing;
|
int gtk_edit_option_text_line_spacing;
|
||||||
int gtk_edit_option_font_ascent;
|
int gtk_edit_option_font_ascent;
|
||||||
@ -62,6 +61,10 @@ int gtk_edit_option_font_descent;
|
|||||||
int gtk_edit_option_font_mean_width;
|
int gtk_edit_option_font_mean_width;
|
||||||
int gtk_edit_fixed_font;
|
int gtk_edit_fixed_font;
|
||||||
|
|
||||||
|
#if defined NEVER_DEFINED_ONLY_A_HACK
|
||||||
|
const char *txt = _("&Dismiss");
|
||||||
|
#endif
|
||||||
|
|
||||||
static void clear_focus_area (GtkEdit *edit, gint area_x, gint area_y, gint area_width, gint area_height)
|
static void clear_focus_area (GtkEdit *edit, gint area_x, gint area_y, gint area_width, gint area_height)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user