remove v4l/lml/buz, add symbolic folders, more xlat update, yuyv fixes, v4l2 upgrades
[goodguy/history.git] / cinelerra-5.1 / guicast / bcresources.C
index 58d3c5879cfc0b08a29f4038254cacdb69e43b68..fabb3d65e75d7255eea3af2ce30f6983ceae8323 100644 (file)
@@ -607,6 +607,7 @@ BC_Resources::BC_Resources()
 
 
        popupmenu_margin = 10;
+       popupmenu_btnup = 1;
        popupmenu_triangle_margin = 10;
 
        min_menu_w = 0;
@@ -1489,7 +1490,7 @@ size_t BC_Resources::encode(const char *from_enc, const char *to_enc,
        {
                if((cd = iconv_open(to_enc, from_enc)) == (iconv_t)-1)
                {
-                       printf(_("Conversion from %s to %s is not available"),
+                       printf(_("Conversion from %s to %s is not available\n"),
                                from_enc, to_enc);
                        return 0;
                }