Skip to content

Commit

Permalink
Updated About dialog and language file (win32)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdanbrook committed Nov 27, 2012
1 parent a9ad6c4 commit 1dd0604
Show file tree
Hide file tree
Showing 5 changed files with 2,910 additions and 3,416 deletions.
2 changes: 1 addition & 1 deletion source/win32/NstDialogAbout.cpp
Expand Up @@ -57,7 +57,7 @@ namespace Nestopia
ibool About::OnInitDialog(Param&)
{
dialog.SetItemIcon( IDC_ABOUT_ICON, Application::Instance::GetIconStyle() == Application::Instance::ICONSTYLE_NES ? IDI_APP : IDI_APP_J );
dialog.Control( IDC_ABOUT_NAMEVERSION ).Text() << (String::Heap<char>() << "Nestopia v" << Application::Instance::GetVersion()).Ptr();
dialog.Control( IDC_ABOUT_NAMEVERSION ).Text() << (String::Heap<char>() << "Nestopia Undead v" << Application::Instance::GetVersion()).Ptr();
return true;
}

Expand Down

0 comments on commit 1dd0604

Please sign in to comment.