Skip to content

Commit

Permalink
v1.0.1 - Fixed Mac dialog boxes
Browse files Browse the repository at this point in the history
Mac was constraining the help dialog boxes to a narrow
width that it would not let me change, so I changed the
help windows to display several pages in succession.
  • Loading branch information
jpgill86 committed Aug 28, 2008
1 parent 8061476 commit 86008de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ NernstGUI::about()
QMessageBox::about( this, "About Nernst Potential Simulator",
"<h3>About Nernst Potential Simulator</h3><br>"
"<br>"
"Version 1.0.0<br>"
"Version 1.0.1<br>"
"Copyright &copy; 2008 "
"Jeffrey Gill, Barry Rountree, Kendrick Shaw, "
"Catherine Kehl, Jocelyn Eckert, "
Expand Down
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ char
"(C) 2008 Jeffrey Gill, Barry Rountree, Kendrick Shaw, Catherine Kehl,",
" Jocelyn Eckert, and Dr. Hillel J. Chiel",
"",
"Version 1.0.0",
"Version 1.0.1",
"Released under the GPL version 3 or any later version.",
"This is free software; see the source for copying conditions. There is NO",
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.",
Expand Down

0 comments on commit 86008de

Please sign in to comment.