Home
last modified time | relevance | path

Searched refs:AddCatalogLookupPathPrefix (Results 1 – 25 of 103) sorted by relevance

12345

/dports/deskutils/treesheets/treesheets-1.0.2/src/
H A Dmyapp.h22 locale.AddCatalogLookupPathPrefix(L"/usr"); in AddTranslation()
23 locale.AddCatalogLookupPathPrefix(L"/usr/local"); in AddTranslation()
25 locale.AddCatalogLookupPathPrefix(prefix); in AddTranslation()
27 locale.AddCatalogLookupPathPrefix(basepath); in AddTranslation()
/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexEditorApp.cpp114 myLocale.AddCatalogLookupPathPrefix( flnm.GetPath(wxPATH_GET_SEPARATOR) + _T("locale") ); in SetLanguage()
118 myLocale.AddCatalogLookupPathPrefix( _T("/usr/share/locale/") ); in SetLanguage()
122 myLocale.AddCatalogLookupPathPrefix( flnm.GetPath(wxPATH_GET_SEPARATOR) + in SetLanguage()
/dports/editors/madedit/madedit-0.2.9/src/
H A DMadEditApp.cpp316 g_Locale.AddCatalogLookupPathPrefix(wxT("./locale/")); in OnInit()
317 g_Locale.AddCatalogLookupPathPrefix(g_MadEditAppDir+wxT("locale/")); in OnInit()
319 g_Locale.AddCatalogLookupPathPrefix(g_MadEditHomeDir+wxT("locale/")); in OnInit()
321 g_Locale.AddCatalogLookupPathPrefix(wxT(DATA_DIR"/locale/")); in OnInit()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/calibrate_lens/
H A DLensCalApp.cpp66 …locale.AddCatalogLookupPathPrefix(exeDir.GetPath(wxPATH_GET_VOLUME | wxPATH_GET_SEPARATOR) + wxT("… in BEGIN_EVENT_TABLE()
83 locale.AddCatalogLookupPathPrefix(huginRoot + wxT("share/locale")); in BEGIN_EVENT_TABLE()
88 locale.AddCatalogLookupPathPrefix(wxT(INSTALL_LOCALE_DIR)); in BEGIN_EVENT_TABLE()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dpgm_base.cpp559 wxLocale::AddCatalogLookupPathPrefix( fn.GetPath() ); in SetLanguagePath()
570 wxLocale::AddCatalogLookupPathPrefix( fn.GetPath() ); in SetLanguagePath()
582 wxLocale::AddCatalogLookupPathPrefix( fn.GetPath() ); in SetLanguagePath()
591 wxLocale::AddCatalogLookupPathPrefix( fn.GetPath() ); in SetLanguagePath()
/dports/net/opennx/opennx-0.16/
H A DpulseTest.cpp118 m_cLocale.AddCatalogLookupPathPrefix(tmp + wxFileName::GetPathSeparator() in OnInit()
120 m_cLocale.AddCatalogLookupPathPrefix(wxT("locale")); in OnInit()
H A DwatchReaderApp.cpp190 m_cLocale.AddCatalogLookupPathPrefix(tmp + wxFileName::GetPathSeparator() in OnInit()
192 m_cLocale.AddCatalogLookupPathPrefix(wxT("locale")); in OnInit()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dintl.h239 static void AddCatalogLookupPathPrefix(const wxString& prefix) in AddCatalogLookupPathPrefix() function
240 { wxFileTranslationsLoader::AddCatalogLookupPathPrefix(prefix); } in AddCatalogLookupPathPrefix()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dintl.h239 static void AddCatalogLookupPathPrefix(const wxString& prefix) in AddCatalogLookupPathPrefix() function
240 { wxFileTranslationsLoader::AddCatalogLookupPathPrefix(prefix); } in AddCatalogLookupPathPrefix()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dintl.h251 static void AddCatalogLookupPathPrefix(const wxString& prefix) in AddCatalogLookupPathPrefix() function
252 { wxFileTranslationsLoader::AddCatalogLookupPathPrefix(prefix); } in AddCatalogLookupPathPrefix()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/executor/
H A Dhugin_executor.cpp71 …m_locale.AddCatalogLookupPathPrefix(exePath.GetPath(wxPATH_GET_VOLUME | wxPATH_GET_SEPARATOR) + wx… in OnInit()
81 m_locale.AddCatalogLookupPathPrefix(huginRoot + wxT("share/locale")); in OnInit()
85 m_locale.AddCatalogLookupPathPrefix(wxT(INSTALL_LOCALE_DIR)); in OnInit()
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A Dmain.cpp138 m_locale.AddCatalogLookupPathPrefix(m_dirstruct.LocaleDir()); in OnInit()
139 m_locale.AddCatalogLookupPathPrefix(m_dirstruct.LocaleDir() + wxT("/wxwin")); in OnInit()
140 m_locale.AddCatalogLookupPathPrefix(wxT("/usr/share/locale")); in OnInit()
141 m_locale.AddCatalogLookupPathPrefix(wxT("/usr/local/share/locale")); in OnInit()
/dports/audio/audacity/audacity-Audacity-3.1.3/crashreports/crashreporter/
H A DCrashReportApp.cpp405 sLocale->AddCatalogLookupPathPrefix(wxT("../Resources")); in OnInit()
407 sLocale->AddCatalogLookupPathPrefix(wxT("Languages")); in OnInit()
409 sLocale->AddCatalogLookupPathPrefix(wxT("./locale")); in OnInit()
410 …sLocale->AddCatalogLookupPathPrefix(wxString::Format(wxT("%s/share/locale"), wxT(INSTALL_PREFIX))); in OnInit()
/dports/math/sound-of-sorting/sound-of-sorting-5884a35/src/wxg/
H A Dmain.cpp39 m_locale.AddCatalogLookupPathPrefix(wxT(APP_LOCALE_DIR)); in IMPLEMENT_APP()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/stitch_project/
H A Dhugin_stitch_project.cpp287 …m_locale.AddCatalogLookupPathPrefix(exePath.GetPath(wxPATH_GET_VOLUME | wxPATH_GET_SEPARATOR) + wx… in OnInit()
296 m_locale.AddCatalogLookupPathPrefix(huginRoot + wxT("share/locale")); in OnInit()
300 m_locale.AddCatalogLookupPathPrefix(wxT(INSTALL_LOCALE_DIR)); in OnInit()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/ptbatcher/
H A DPTBatcherGUI.cpp90 m_locale.AddCatalogLookupPathPrefix(huginRoot + wxT("share\\locale")); in BEGIN_EVENT_TABLE()
115 m_locale.AddCatalogLookupPathPrefix(huginRoot + wxT("share/locale")); in BEGIN_EVENT_TABLE()
120 m_locale.AddCatalogLookupPathPrefix(wxT(INSTALL_LOCALE_DIR)); in BEGIN_EVENT_TABLE()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc46 wxLocale::AddCatalogLookupPathPrefix(wxT(LOCALEDIR)); in IMPLEMENT_APP()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc46 wxLocale::AddCatalogLookupPathPrefix(wxT(LOCALEDIR)); in IMPLEMENT_APP()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc46 wxLocale::AddCatalogLookupPathPrefix(wxT(LOCALEDIR)); in IMPLEMENT_APP()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc46 wxLocale::AddCatalogLookupPathPrefix(wxT(LOCALEDIR)); in IMPLEMENT_APP()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dintl.sip471 void AddCatalogLookupPathPrefix(
475 AddCatalogLookupPathPrefix(prefix)
477 Calls wxFileTranslationsLoader::AddCatalogLookupPathPrefix().
655 Locale.AddCatalogLookupPathPrefix(_localedir)
H A Dtranslation.sip212 void AddCatalogLookupPathPrefix(
216 AddCatalogLookupPathPrefix(prefix)
/dports/games/freedink-dfarc/dfarc-3.14/src/
H A DDFArcApp.cpp53 wxLocale::AddCatalogLookupPathPrefix(_T("po")); in DECLARE_APP()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/_downloads/i18nwxapp/
H A Dapp_base.py43 wx.Locale.AddCatalogLookupPathPrefix('locale')
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daegisublocale.cpp57 …wxFileTranslationsLoader::AddCatalogLookupPathPrefix(config::path->Decode("?data/locale/").wstring… in GetTranslations()

12345