Skip to content

Commit

Permalink
Changed website URL
Browse files Browse the repository at this point in the history
  • Loading branch information
giox069 committed Oct 3, 2014
1 parent 9486218 commit df6e958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remmina/src/remmina_about.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void remmina_about_open(GtkWindow* parent)
gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(dialog), _("The GTK+ Remote Desktop Client")), gtk_about_dialog_set_license(
GTK_ABOUT_DIALOG(dialog), license);
gtk_about_dialog_set_wrap_license(GTK_ABOUT_DIALOG(dialog), TRUE);
gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog), "http://remmina.sourceforge.net");
gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog), "https://github.com/FreeRDP/Remmina/wiki");
gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(dialog), authors);
gtk_about_dialog_set_artists(GTK_ABOUT_DIALOG(dialog), artists);
gtk_about_dialog_set_translator_credits(GTK_ABOUT_DIALOG(dialog), _("translator-credits"));
Expand Down

0 comments on commit df6e958

Please sign in to comment.