Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
noonkey committed Oct 11, 2015
1 parent da3a941 commit 8f98639
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
20 changes: 10 additions & 10 deletions gui.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-

###########################################################################
# Python code generated with wxFormBuilder (version Jun 17 2015)
# http://www.wxformbuilder.org/
#
# PLEASE DO "NOT" EDIT THIS FILE!
## Python code generated with wxFormBuilder (version Jun 17 2015)
## http://www.wxformbuilder.org/
##
## PLEASE DO "NOT" EDIT THIS FILE!
###########################################################################

import wx
Expand All @@ -13,7 +13,7 @@


###########################################################################
# Class MainFrame
## Class MainFrame
###########################################################################

class MainFrame(wx.Frame):
Expand Down Expand Up @@ -96,7 +96,7 @@ def on_about(self, event):


###########################################################################
# Class BatchDialog
## Class BatchDialog
###########################################################################

class BatchDialog(wx.Dialog):
Expand Down Expand Up @@ -161,7 +161,7 @@ def on_batch(self, event):


###########################################################################
# Class BatchResults
## Class BatchResults
###########################################################################

class BatchResults(wx.Dialog):
Expand Down Expand Up @@ -215,13 +215,13 @@ def __del__(self):


###########################################################################
# Class About
## Class About
###########################################################################

class About(wx.Dialog):
def __init__(self, parent):
wx.Dialog.__init__(self, parent, id=wx.ID_ANY, title=u"About KoHighlights",
pos=wx.DefaultPosition, size=wx.Size(440, 360),
pos=wx.DefaultPosition, size=wx.Size(440, 380),
style=wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER)

self.SetSizeHintsSz(wx.DefaultSize, wx.DefaultSize)
Expand All @@ -238,7 +238,7 @@ def __init__(self, parent):

self.about_text = wx.html.HtmlWindow(self.info_panel, wx.ID_ANY,
wx.DefaultPosition, wx.DefaultSize,
wx.html.HW_NO_SELECTION |
wx.html.HW_NO_SELECTION |
wx.html.HW_SCROLLBAR_AUTO)
self.about_text.Hide()

Expand Down
10 changes: 4 additions & 6 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import gui

__author__ = 'noonkey'
__version__ = '0.1.4'
__version__ = '0.1.5'


class DragAndDrop(wx.FileDropTarget):
Expand Down Expand Up @@ -255,16 +255,14 @@ def __init__(self, parent):
<span class="style1"></span>
<center>
<table width="100%" height="100%" border="0">
<tr>
<td height="128"><table width="100%" height="100" border="0">
<tr>
<td width="10%">&nbsp;</td>
<td width="128" height="128"><img src="stuff/logo.png" width="128" height="128"></td>
<td height="128"><img src="stuff/logo.png" width="128" height="128"></td>
<td><p align="center"><b>KoHighlights</b> is an utility for converting the Koreader's history files to simple text. </p>
<p align="center">Version <b>{}</b></p>
<p align="center"><a href="https://github.com/noonkey/KoHighlights">Visit KoHighlights page</a></p></td>
<td width="10%">&nbsp;</td>
<p align="center"><a href="https://github.com/noonkey/KoHighlights">Visit KoHighlights page</a></p>
<p align="center"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RBYLVRYG9RU2S"><img src="stuff/paypal.png" alt="PayPal Button" width="142" height="27" border="0"></a></p></td>
</tr>
</table></td>
</tr>
Expand Down
Binary file added stuff/paypal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f98639

Please sign in to comment.