Skip to content

Commit

Permalink
Fix wxWidgets version displaying in About window
Browse files Browse the repository at this point in the history
The wxWidgets version is displayed now in "About" window of WX GUI.
  • Loading branch information
band-a-prend committed May 13, 2018
1 parent 1e0328f commit 8aa90a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cr3wx/src/cr3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ cr3Frame::OnFileSave( wxCommandEvent& WXUNUSED( event ) )
void
cr3Frame::OnAbout( wxCommandEvent& WXUNUSED( event ) )
{
wxMessageBox( wxT( "Cool Reader " wxT(CR3_VERSION) wxT("\n(c) 1998-2007 Vadim Lopatin\nwxWidgets version\n") )
wxMessageBox( wxT( "Cool Reader " wxT(CR3_VERSION) wxT("\n(c) 1998-2018 Vadim Lopatin\n" wxVERSION_STRING"\n") )
wxT("\nBased on CREngine library " wxT(CR_ENGINE_VERSION) )
wxT("\nThird party libraries used:")
wxT("\nzlib, libpng, libjpeg, freetype2,")
Expand Down

0 comments on commit 8aa90a5

Please sign in to comment.