Skip to content

Commit

Permalink
Stand with Ukraine
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed May 13, 2022
1 parent b972ee2 commit 079be26
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions about.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
πŸ’›πŸ’™

DeaDBeeF - The Music Player
Copyright Β© 2009-2022 Alexey Yakovenko and contributors
https://deadbeef.sourceforge.io
Expand Down
2 changes: 2 additions & 0 deletions help.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
πŸ’›πŸ’™

Help file for GTK version of Deadbeef Player (Linux/*BSD and friends)

* LINKS
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ main_cleanup_and_quit (void) {
plug_cleanup ();
trace ("logger_free\n");

trace ("hej-hej!\n");
trace ("πŸ’›πŸ’™\n");
ddb_logger_free();

char crash_marker[PATH_MAX];
Expand Down
4 changes: 2 additions & 2 deletions plugins/cocoaui/Preferences/GuiPreferencesWindowController.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

#import <Cocoa/Cocoa.h>

#define DEFAULT_TITLEBAR_PLAYING_VALUE "DeaDBeeF"
#define DEFAULT_TITLEBAR_PLAYING_VALUE "πŸ’›πŸ’™ DeaDBeeF"
#define DEFAULT_TITLEBAR_SUBTITLE_PLAYING_VALUE "%artist% - %title%"
#define DEFAULT_TITLEBAR_STOPPED_VALUE "DeaDBeeF"
#define DEFAULT_TITLEBAR_STOPPED_VALUE "πŸ’›πŸ’™ DeaDBeeF"
#define DEFAULT_TITLEBAR_SUBTITLE_STOPPED_VALUE "Stopped"

NS_ASSUME_NONNULL_BEGIN
Expand Down
2 changes: 2 additions & 0 deletions plugins/cocoaui/help-cocoa.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
πŸ’›πŸ’™

Help file for Cocoa/macOS version of DeaDBeeF Player

* LINKS
Expand Down
4 changes: 2 additions & 2 deletions plugins/gtkui/gtkui.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ int gtkui_disable_seekbar_overlay = 0;

#define TRAY_ICON "deadbeef_tray_icon"

const char *gtkui_default_titlebar_playing = "DeaDBeeF - %artist% - %title%";
const char *gtkui_default_titlebar_stopped = "DeaDBeeF";
const char *gtkui_default_titlebar_playing = "πŸ’›πŸ’™ DeaDBeeF - %artist% - %title%";
const char *gtkui_default_titlebar_stopped = "πŸ’›πŸ’™ DeaDBeeF";

static char *titlebar_playing_bc;
static char *titlebar_stopped_bc;
Expand Down

0 comments on commit 079be26

Please sign in to comment.