summaryrefslogtreecommitdiff
path: root/dotstr_edit.py
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:08:18 +0200
committerLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:08:18 +0200
commit2ed9b2d140b4493f0613acb64772ca1af435c3ee (patch)
tree05d8a631d468f0cb91ce76e94451903e82cf9941 /dotstr_edit.py
parent4b465971d2fb6611bcbf51b99508eb86dbb56a19 (diff)
downloaddotstr_edit-master.tar.gz
dotstr_edit-master.tar.bz2
dotstr_edit-master.zip
rename github accountHEADmaster
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)