aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/about.c
diff options
context:
space:
mode:
authorGravatar Alex Bennee <alex@bennee.com>2010-07-14 16:04:37 +0100
committerGravatar Alex Bennee <alex@bennee.com>2010-07-14 16:04:37 +0100
commit4103b09671b40013e10cab4d556fd65465fa800f (patch)
tree8be548ec2b569d858f0b2e4f9152d0b47f4684c9 /src/about.c
parenta3e202820fd12e3c368c9ed2446740e9b1d16fd7 (diff)
EasyTag 2.1.6
Diffstat (limited to 'src/about.c')
-rwxr-xr-xsrc/about.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c
index 3b19a68..e57f31f 100755
--- a/src/about.c
+++ b/src/about.c
@@ -50,6 +50,7 @@
#ifdef WIN32
# include "win32/win32dep.h"
+# include "win32/gtkwin32dep.h"
#endif
@@ -155,6 +156,7 @@ void Show_About_Window (void)
{" - Björn Olievier ", _("(Dutch translation)")},
{" - Patrik Israelsson ", _("(Swedish translation)")},
{" - Anders Strömer ", _("(Swedish translation)")},
+ {" - Arild Matsson ", _("(Swedish translation)")},
{" - Szel Miklos ", _("(Hungarian translation)")},
{" - Nagy Boldizsar ", _("(Hungarian translation)")},
{" - Mészáros Csaba ", _("(Hungarian translation)")},
@@ -638,7 +640,7 @@ void Show_About_Window (void)
tmp = convert_string(temp, "iso-8859-1", "utf-8",TRUE);
else
tmp = g_strdup(temp);*/
- tmp = Try_To_Validate_Utf8_String(tmp);
+ tmp = Try_To_Validate_Utf8_String(temp);
if (tmp && tmp[0]!=' ') // If first character is a space => 1rst line after title
{
@@ -695,7 +697,7 @@ void Show_About_Window (void)
void About_Window_Go_To_Home_Page (void)
{
#ifdef WIN32
- ET_Win32_Notify_Uri(WEBPAGE);
+ wineasytag_notify_uri(WEBPAGE);
#else
if (system("gnome-moz-remote "WEBPAGE)!=0)
if (system("x-www-browser "WEBPAGE)!=0)