From cad2925e5b0b0342d67851169f4d00389e4d6c5f Mon Sep 17 00:00:00 2001 From: Fredrik Kuivinen Date: Sat, 13 Aug 2005 12:32:27 +0200 Subject: [PATCH] Cosmetics, use a sane number of columns. --- main.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.py b/main.py index 2b89574..51a4cbb 100755 --- a/main.py +++ b/main.py @@ -201,11 +201,11 @@ class MainWidget(qt.QMainWindow): def about(self, ignore): qt.QMessageBox.about(self, "About " + applicationName, - "

" + applicationName + " " + version + "

\n" + - "
Copyright © 2005 Fredrik Kuivinen <freku045@student.liu.se>
\n" + - "

This program is free software; you can redistribute it and/or modify " + - "it under the terms of the GNU General Public License version 2 as " + - "published by the Free Software Foundation.

") +"

" + applicationName + " " + version + """

\n +
Copyright © 2005 Fredrik Kuivinen <freku045@student.liu.se> +
\n

This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation.

""") def contextMenuRequestedSlot(self, item, pos, col): if item and not item.commitMsg: -- 2.11.4.GIT