From: Matt Keeter Date: Sat, 8 Mar 2014 23:13:58 +0000 (-0800) Subject: Change color of URLs X-Git-Tag: v0.9.0~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=402cf859ecccaa09116716b5f1a74c571fb9eba1;p=fstl Change color of URLs --- diff --git a/src/window.cpp b/src/window.cpp index 280dad5..014d037 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -58,11 +58,14 @@ void Window::on_open() void Window::on_about() { - QMessageBox::about(this, "", "

fstl

" + QMessageBox::about(this, "", + "

fstl

" "

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

" + "https://github.com/mkeeter/fstl

" "

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

"); + "matt.j.keeter@gmail.com

"); }