diff --git a/src/window.cpp b/src/window.cpp index 014d037..90517e4 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -59,13 +59,13 @@ void Window::on_open() void Window::on_about() { QMessageBox::about(this, "", - "

fstl

" - "

A fast viewer for .stl files.
" - "https://github.com/mkeeter/fstl

" - "

© 2014 Matthew Keeter
" - "matt.j.keeter@gmail.com

"); + "

fstl

" + "

A fast viewer for .stl files.
" + "https://github.com/mkeeter/fstl

" + "

© 2014 Matthew Keeter
" + "matt.j.keeter@gmail.com

"); }