Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madosuki committed Jan 19, 2024
1 parent 2c48e8c commit bf67cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer.h
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ static void activate(GtkApplication* app, gpointer user_data)
// g_signal_connect(G_OBJECT(window), "delete_event", G_CALLBACK(Close), NULL);

// Set Window Title
gtk_window_set_title(GTK_WINDOW(window.window), "Simple Comix Viewer");
gtk_window_set_title(GTK_WINDOW(window.window), "Simple Comics Viewer");

// Set Window Size
gtk_window_set_default_size(GTK_WINDOW(window.window), window.width, window.height);
Expand Down

0 comments on commit bf67cc6

Please sign in to comment.