Compare commits

..

No commits in common. "1bf01a5cd20a55ba3087fec976c5e63f21933613" and "bcc8623382e06d2b48c6fd3f57b35641770881dd" have entirely different histories.

2
main.c
View File

@ -91,7 +91,7 @@ static void app_about(GSimpleAction *action, GVariant *parameter, gpointer user_
(void)parameter;
GString *comment_text;
comment_text = g_string_new("gds-render is a free tool for rendering GDS2 layout files into vector graphics.");
comment_text = g_string_new("gds-render is a tool fo rendering GDS2 layout files into vector graphics.");
g_string_append_printf(comment_text, "\n\nFull git commit: %s", _app_git_commit);
builder = gtk_builder_new_from_resource("/gui/about.glade");