mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-03 17:07:00 +03:00
fc05bf2408
* gnome/gcmd.c (gnome_about_cmd): Change strings in gmc "about" to static as they only translated once. * src/menu.c (create_menu, menubar_drop_compute, menubar_paint_idx): Discount '&' for hotkeys when checking menu widths to avoid the extra blank space. Moved this accounting from the drawing to the creating function. * src/widget.c: Translate History box tittle. * po/es.po, po/es_ES.po: added translation for history box title 1999-08-01 Norbert Warmuth <nwarmuth@privat.circular.de> * src/vfs.c: Don't close a function definition with "};". SunCC from 2.5.1 chokes on the extra semicolon. (mc_munmap): Don't dereference function pointer when checking for NULL (this check is supposed to prevent a segfault instead of causing one). This haven't got noticed up to now becaue there's no file system with mmap but without munmap.