From: Matt Keeter Date: Sat, 8 Mar 2014 23:14:27 +0000 (-0800) Subject: Change tabulation X-Git-Tag: v0.9.0~29 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9cf9becd655832d406dab5686bdfe44f3959e38e;p=fstl Change tabulation --- 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

"); }