xlat changes, layout changes
[goodguy/history.git] / cinelerra-5.1 / guicast / bcrecentlist.C
index 8e1a61784970a4f499681e635c8f4d8ea0607dea..ed8111bc0b3fa4b6eb3216c77a25417789f12055 100644 (file)
@@ -26,6 +26,7 @@
 #include "bclistbox.h"
 #include "bclistboxitem.h"
 #include "bcrecentlist.h"
+#include "language.h"
 
 // NOTE: textbox can be NULL if no textbox is associated
 BC_RecentList::BC_RecentList(const char *type, BC_Hash *defaults, 
@@ -36,7 +37,7 @@ BC_RecentList::BC_RecentList(const char *type, BC_Hash *defaults,
        this->type = type;
        this->defaults = defaults;
        this->textbox = textbox;
-       set_tooltip("Choose from recently used");
+       set_tooltip(_("Choose from recently used"));
 }
 
 BC_RecentList::BC_RecentList(const char *type, BC_Hash *defaults, 
@@ -48,7 +49,7 @@ BC_RecentList::BC_RecentList(const char *type, BC_Hash *defaults,
        this->type = type;
        this->defaults = defaults;
        this->textbox = textbox;
-       set_tooltip("Choose from recently used");
+       set_tooltip(_("Choose from recently used"));
 }
 
 BC_RecentList::BC_RecentList(const char *type, BC_Hash *defaults)