textbox click policy prefs
[goodguy/history.git] / cinelerra-5.1 / guicast / bcresources.C
index 58d3c5879cfc0b08a29f4038254cacdb69e43b68..c97e802fe444431784d357347ab33679b5094cd3 100644 (file)
@@ -607,6 +607,7 @@ BC_Resources::BC_Resources()
 
 
        popupmenu_margin = 10;
+       popupmenu_btnup = 1;
        popupmenu_triangle_margin = 10;
 
        min_menu_w = 0;
@@ -643,6 +644,7 @@ BC_Resources::BC_Resources()
        tooltip_delay = 1000;
        tooltip_bg_color = YELLOW;
        tooltips_enabled = 1;
+       textbox_focus_policy = 0;
 
        filebox_margin = 110;
        dirbox_margin = 90;
@@ -1489,7 +1491,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;
                }