mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-30 04:05:51 +01:00
- s/sprintf/snprintf
- updated some po's - fixed crash bug when removing WINDOWS_MENU or WORKSPACE_MENU from rootmenu - some other stuff i forgot
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
|
||||
#include "WINGsP.h"
|
||||
#include "wconfig.h"
|
||||
|
||||
#define MIN_DOC_WIDTH 10
|
||||
|
||||
@@ -185,7 +186,7 @@ static void drawRulerOnPixmap(Ruler * rPtr)
|
||||
rPtr->bg, 0, 0, rPtr->view->size.width, 40);
|
||||
|
||||
WMDrawString(rPtr->view->screen, rPtr->drawBuffer, rPtr->fg,
|
||||
rPtr->font, rPtr->margins.left + 2, 26, "0 inches", 10);
|
||||
rPtr->font, rPtr->margins.left + 2, 26, _("0 inches"), 10);
|
||||
|
||||
/* marker ticks */
|
||||
i = j = m = 0;
|
||||
|
||||
Reference in New Issue
Block a user