Removed the string "Python-based" from the comments section of the About dialog.

pull/17/head
Christian Jacobs 2013-10-04 21:11:57 +01:00
rodzic c1c8428600
commit 0b8c5f18d3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -127,7 +127,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.""")
about.set_comments("PyQSO: A Python-based contact logging tool for amateur radio operators")
about.set_comments("PyQSO: A contact logging tool for amateur radio operators.")
possible_icon_paths = [os.path.join(pyqso_path, "icons", "log_64x64.png")]
for icon_path in possible_icon_paths:
try: