git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22971
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString wxSoundAiff::GetCodecName() const
{
wxString wxSoundAiff::GetCodecName() const
{
- return "wxSoundAiff codec";
+ return wxT("wxSoundAiff codec");
}
bool wxSoundAiff::CanRead()
}
bool wxSoundAiff::CanRead()
adpcm->GetCoefs(m_coefs, ncoefs, coefs_len);
if (!ncoefs) {
adpcm->GetCoefs(m_coefs, ncoefs, coefs_len);
if (!ncoefs) {
- wxLogError(__FILE__ ":%d: Number of ADPCM coefficients"
- " must be non null", __LINE__);
+ wxLogError(wxT("Number of ADPCM coefficients must be non null"));
#ifndef WX_PRECOMP
#include <wx/stream.h>
#include <wx/wfstream.h>
#ifndef WX_PRECOMP
#include <wx/stream.h>
#include <wx/wfstream.h>
#endif
#include "wx/mmedia/vidbase.h"
#endif
#include "wx/mmedia/vidbase.h"
wxFrame *wxVideoCreateFrame(wxVideoBaseDriver *vid_drv)
{
wxFrame *wxVideoCreateFrame(wxVideoBaseDriver *vid_drv)
{
- wxFrame *frame = new wxFrame(NULL, -1, "Video Output", wxDefaultPosition, wxSize(100, 100));
+ wxFrame *frame = new wxFrame(NULL, -1, _("Video Output"), wxDefaultPosition, wxSize(100, 100));
wxWindow *vid_out = new wxWindow(frame, -1, wxPoint(0, 0), wxSize(300, 300));
frame->Layout();
wxWindow *vid_out = new wxWindow(frame, -1, wxPoint(0, 0), wxSize(300, 300));
frame->Layout();