update internationalization data
[goodguy/history.git] / cinelerra-5.0 / cinelerra / filetga.C
index a6f1e6427c15e7b8fed1534646d9151ea87baaca..0ec8a73b9b6f83e6ee9e475404e54ac6990e1a70 100644 (file)
@@ -216,7 +216,7 @@ int FileTGA::read_frame_header(char *path)
 
        if(!(stream = fopen(path, "rb")))
        {
-               eprintf("Error while opening \"%s\" for reading. \n%m\n", asset->path);
+               eprintf(_("Error while opening \"%s\" for reading. \n%m\n"), asset->path);
                return 1;
        }
 
@@ -899,7 +899,7 @@ TGAUnit::~TGAUnit()
 
 
 TGAConfigVideo::TGAConfigVideo(BC_WindowBase *gui, Asset *asset)
- : BC_Window(PROGRAM_NAME ": Video Compression",
+ : BC_Window(_(PROGRAM_NAME ": Video Compression"),
        gui->get_abs_cursor_x(1),
        gui->get_abs_cursor_y(1),
        400,