Removed object code and added link to more GTK2 software in the About window
This commit is contained in:
parent
2feef89e14
commit
60255275eb
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
src/dialogs.o
|
||||
gtk2-mpv-player
|
||||
BIN
src/controls.o
BIN
src/controls.o
Binary file not shown.
@ -331,8 +331,11 @@ void dialogs_show_about(GtkWindow *parent)
|
||||
GtkWidget *copyright_label = gtk_label_new("© 2026 laki");
|
||||
gtk_box_pack_start(GTK_BOX(about_vbox), copyright_label, FALSE, FALSE, 0);
|
||||
|
||||
GtkWidget *link_label = gtk_link_button_new_with_label("https://github.com/mpv-player/mpv", "Powered by libmpv");
|
||||
gtk_box_pack_start(GTK_BOX(about_vbox), link_label, FALSE, FALSE, 0);
|
||||
GtkWidget *link_label1 = gtk_link_button_new_with_label("https://github.com/mpv-player/mpv", "Powered by libmpv");
|
||||
gtk_box_pack_start(GTK_BOX(about_vbox), link_label1, FALSE, FALSE, 0);
|
||||
|
||||
GtkWidget *link_label2 = gtk_link_button_new_with_label("https://lakiweb.net/article/gtk2/software-directory.html", "More GTK2 Software Available Here!");
|
||||
gtk_box_pack_start(GTK_BOX(about_vbox), link_label2, FALSE, FALSE, 0);
|
||||
|
||||
gtk_notebook_append_page(GTK_NOTEBOOK(notebook), about_vbox, gtk_label_new("About"));
|
||||
|
||||
|
||||
BIN
src/dialogs.o
BIN
src/dialogs.o
Binary file not shown.
BIN
src/main.o
BIN
src/main.o
Binary file not shown.
BIN
src/mpris.o
BIN
src/mpris.o
Binary file not shown.
BIN
src/mpv_loader.o
BIN
src/mpv_loader.o
Binary file not shown.
BIN
src/player.o
BIN
src/player.o
Binary file not shown.
BIN
src/playlist.o
BIN
src/playlist.o
Binary file not shown.
Loading…
Reference in New Issue
Block a user