| 4768 | } |
| 4769 | |
| 4770 | void IGFD::FileDialog::SetLocales(const int& /*vLocaleCategory*/, const std::string& vLocaleBegin, const std::string& vLocaleEnd) { |
| 4771 | m_FileDialogInternal.puUseCustomLocale = true; |
| 4772 | m_FileDialogInternal.localeBegin = vLocaleBegin; |
| 4773 | m_FileDialogInternal.localeEnd = vLocaleEnd; |
| 4774 | } |
| 4775 | |
| 4776 | ////////////////////////////////////////////////////////////////////////////// |
| 4777 | //// OVERWRITE DIALOG //////////////////////////////////////////////////////// |