]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/events.c
Win32 fix -- remove debug O_NONBLOCK code
[bacula/bacula] / bacula / src / lib / events.c
index 187793e2ea8cc57213a862cffce19cd87d4f21b8..861c8c8b785d61814460d39a2cb063ec8166ecf6 100644 (file)
@@ -158,7 +158,7 @@ void FillEventsBox(HWND hwnd, int idlist)
     if (!shm_OK || myUPS.eventfile[0] == 0 ||
        (events_file = fopen(myUPS.eventfile, "r")) == NULL) {
        SendDlgItemMessage(hwnd, idlist, LB_ADDSTRING, 0,
-          (LONG)"Events not available");
+          (LONG)_("Events not available"));
        return;
     }