From 8c048eecb59a32874bb4f6878fa69cf117a79eb7 Mon Sep 17 00:00:00 2001
From: Fabio Bas
Date: Tue, 8 Jul 2008 21:13:14 +0000
Subject: fixed bug #178: removed the old "guessing resource directory" routine
and added a pointer to the directory where cmake installs kvirc to. plus:
some self-celebrating update
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2043 17fca916-40b9-46aa-a4ea-0a15b648b75c
---
src/modules/about/ENTRIES | 2 +-
src/modules/about/abouttext.inc | 40 ++++++++++++++++++++--------------------
2 files changed, 21 insertions(+), 21 deletions(-)
(limited to 'src/modules')
diff --git a/src/modules/about/ENTRIES b/src/modules/about/ENTRIES
index b5fefbfa3..cff627f19 100644
--- a/src/modules/about/ENTRIES
+++ b/src/modules/about/ENTRIES
@@ -35,7 +35,7 @@ ROLE: To be continued :-)
NAME: Fabio Bas
NICK: CtrlAltCa
MAIL: ctrlaltca at gmail dot com
-ROLE: Bugfixing, coding, user support
+ROLE: Bugfixing, coding, mingw32 port, user support
TEXT: Can i haz KVIrc?
NAME: Thomas Kalla
diff --git a/src/modules/about/abouttext.inc b/src/modules/about/abouttext.inc
index 9e94c8c64..09d8ceee7 100644
--- a/src/modules/about/abouttext.inc
+++ b/src/modules/about/abouttext.inc
@@ -118,7 +118,7 @@ static const char * g_szAboutText = "" \
"]" \
"" \
"
| " \
-"Bugfixing, coding, user support" \
+"Bugfixing, coding, mingw32 port, user support" \
" |
" \
"| " \
"\"Can i haz KVIrc?\"" \
@@ -135,25 +135,6 @@ static const char * g_szAboutText = "" \
"MacOS X porting" \
" |
" \
"
" \
-"" \
-"| " \
-"TheXception" \
-" |
" \
-"| (" \
-"TheXception" \
-") |
" \
-"| " \
-"[" \
-"kvirc@thexception.net" \
-"]" \
-" |
" \
-"| " \
-"bugfixes, german tutorials, core development" \
-" |
" \
-"| " \
-"\"everything is possible, it only needs its time.\"" \
-" |
" \
-"
" \
"
" \
"| " \
"Translators" \
@@ -877,6 +858,25 @@ static const char * g_szAboutText = "" \
" |
" \
"" \
"| " \
+"TheXception" \
+" |
" \
+"| (" \
+"TheXception" \
+") |
" \
+"| " \
+"[" \
+"kvirc@thexception.net" \
+"]" \
+" |
" \
+"| " \
+"bugfixes, german tutorials" \
+" |
" \
+"| " \
+"\"everything is possible, it only needs its time.\"" \
+" |
" \
+"
" \
+"" \
+"| " \
"Lorenzo Marcon" \
" |
" \
"| (" \
--
cgit v1.3.1-10-gc9f91
|