~gnaservicesinc/tpad-project/tpad-project

« back to all changes in this revision

Viewing changes to src/tpad_about.c

  • Committer: Andrew Joseph Smith
  • Date: 2020-01-23 02:41:45 UTC
  • Revision ID: andrew@gnaservicesinc.com-20200123024145-sixxj9nmj1nsww88
  * Updated Notice
  * Updated mbedtls

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    gtk_about_dialog_set_program_name (GTK_ABOUT_DIALOG(dialog),(const gchar *)"Tpad");
34
34
    gtk_about_dialog_set_version (GTK_ABOUT_DIALOG(dialog),(const gchar *)VERSION);
35
35
    gtk_about_dialog_set_comments (GTK_ABOUT_DIALOG(dialog),(const gchar *) (gchar*) g_strconcat(_ABT_COMMENT,"\nConfig ID = ",(char*) csCfg_id,"\n",NULL));
36
 
        gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(dialog),(const gchar *)"Copyright 2012, 2013, 2014, 2015, 2016, 2017, 2018 © Andrew Smith (GNA SERVICES INC) <Andrew@GNAServicesInc.com>");
 
36
        gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(dialog),(const gchar *)"Copyright 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 © Andrew Smith (GNA SERVICES INC) <andresmi@icloud.com>");
37
37
    gtk_about_dialog_set_license_type(GTK_ABOUT_DIALOG(dialog),GTK_LICENSE_GPL_3_0);
38
38
    gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog),(const gchar *)"https://launchpad.net/tpad-project");
39
39
        gtk_about_dialog_set_website_label(GTK_ABOUT_DIALOG(dialog),(const gchar *)"tpad Project Homepage");