Skip to content

Commit

Permalink
Added version info to About dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ferris committed May 22, 2013
1 parent 5427888 commit 78dee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ int Main(const List<String>& arguments)
};
}

helpAbout->Click += [&] { MessageWindow::Info(window, "Vip8 - A Chip-8 emulator"); };
helpAbout->Click += [&] { MessageWindow::Info(window, "Vip8 - A Chip-8 emulator\n\nv1.0.0"); };

videoDriver->SetViewport(viewport);

Expand Down

0 comments on commit 78dee32

Please sign in to comment.