mirror of
https://github.com/uroni/urbackup_frontend_wx.git
synced 2025-10-26 11:19:28 +00:00
5 lines
255 B
C
5 lines
255 B
C
#include <wx/string.h>
|
|
|
|
wxString trans_1(wxString str, const wxString& ins1);
|
|
wxString trans_2(wxString str, const wxString& ins1, const wxString& ins2);
|
|
wxString trans_3(wxString str, const wxString& ins1, const wxString& ins2, const wxString& ins3); |