summaryrefslogtreecommitdiff
path: root/dotstr_edit.py
diff options
context:
space:
mode:
Diffstat (limited to 'dotstr_edit.py')
-rwxr-xr-xdotstr_edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotstr_edit.py b/dotstr_edit.py
index f1cdb2c..5d2c303 100755
--- a/dotstr_edit.py
+++ b/dotstr_edit.py
@@ -354,7 +354,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."""
info.SetDescription(description)
info.SetCopyright(u'(C) 2010-2011 \"Die Völker Mittelerdes\" Modding Crew')
info.SetLicence(licence)
- info.AddDeveloper('Kevin Chabowski')
+ info.AddDeveloper('Laria Carolin Chabowski')
info.SetIcon(wx.Icon(os.path.join(scriptdir, 'icon.png'), wx.BITMAP_TYPE_PNG))
wx.AboutBox(info)