[vlc-commits] [Git][videolan/vlc][master] macosx: Mark large text setting as obsolete
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jul 19 05:14:16 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
5f8344e2 by Claudio Cambra at 2025-07-19T04:57:08+00:00
macosx: Mark large text setting as obsolete
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/main/macosx.m
Changes:
=====================================
modules/gui/macosx/main/macosx.m
=====================================
@@ -107,8 +107,6 @@ int WindowOpen (vlc_window_t *);
#define ITUNES_TEXT N_("Control external music players")
#define ITUNES_LONGTEXT N_("VLC will pause and resume supported music players on playback.")
-#define LARGE_LISTFONT_TEXT N_("Use large text for list views")
-
static const int itunes_list[] =
{ 0, 1, 2 };
static const char *const itunes_list_text[] = {
@@ -139,6 +137,7 @@ vlc_module_begin()
add_bool("macosx-statusicon", true, DISPLAY_STATUS_ICONMENU_TEXT, DISPLAY_STATUS_ICONMENU_LONGTEXT)
add_bool("macosx-icon-change", true, ICONCHANGE_TEXT, ICONCHANGE_LONGTEXT)
add_integer_with_range("macosx-max-volume", 125, 60, 200, VOLUME_MAX_TEXT, NULL)
+ add_obsolete_bool("macosx-large-text") /* since 4.0.0 */
set_section(N_("Behavior"), 0)
add_bool("macosx-autoplay", true, AUTOPLAY_OSX_TEST, AUTOPLAY_OSX_LONGTEXT)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5f8344e221382878972dfc8518f3cfed2a11a252
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5f8344e221382878972dfc8518f3cfed2a11a252
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list