X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcrecentlist.C;h=ed8111bc0b3fa4b6eb3216c77a25417789f12055;hb=7febad89b726934306bf6ab994f54da5e09f1f64;hp=8e1a61784970a4f499681e635c8f4d8ea0607dea;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcrecentlist.C b/cinelerra-5.1/guicast/bcrecentlist.C index 8e1a6178..ed8111bc 100644 --- a/cinelerra-5.1/guicast/bcrecentlist.C +++ b/cinelerra-5.1/guicast/bcrecentlist.C @@ -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)