Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include with backslash #74

Closed
wxfbint opened this issue Feb 19, 2007 · 2 comments
Closed

include with backslash #74

wxfbint opened this issue Feb 19, 2007 · 2 comments
Assignees
Labels

Comments

@wxfbint
Copy link

wxfbint commented Feb 19, 2007

Hello,

If I insert a bitmap (e.g. wxBitmapButton) and assign a file, the include will be generated as a file_path with backslashes.
Example:
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Feb 1 2007)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////

#include "wx/wxprec.h"

#ifdef BORLANDC
#pragma hdrstop
#endif //BORLANDC

#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif //WX_PRECOMP

#include "noname.h"

#include "..\images\foobar.xpm"

///////////////////////////////////////////////////////////////////////////

MyFrame1::MyFrame1( wxWindow* parent, int id, wxString title, wxPoint pos, wxSize size, int style ) : wxFrame( parent, id, title, pos, size, style )
{
this->SetSizeHints( wxDefaultSize, wxDefaultSize );

wxBoxSizer* bSizer1;
bSizer1 = new wxBoxSizer( wxVERTICAL );

m_bpButton1 = new wxBitmapButton( this, wxID_ANY, wxBitmap( chipit_manager_xpm ), wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW );
bSizer1->Add( m_bpButton1, 0, wxALL, 5 );

this->SetSizer( bSizer1 );
this->Layout();
}

Reported by: urmel

@wxfbint
Copy link
Author

wxfbint commented Mar 8, 2007

Logged In: YES
user_id=1372566
Originator: NO

Please use the official issue tracker, as this one is not monitored.

http://issues.wxformbuilder.org

Original comment by: rjmyst3

@wxfbint
Copy link
Author

wxfbint commented Mar 8, 2007

  • status: open --> closed

Original comment by: rjmyst3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant