Commits on Source (4)
-
essentially the macos side of 6cd08480, as requested in !1172 discussion. the new `NSTR()` macro is the equivalent of `qfut()`. it is intended for use instead of `_NS()` when wrapping a define name, variable or function call, where the system that scans for strings we want to be translated should not apply, leaving `_NS()` to just be used for marking such strings. i have avoided renaming `_NS()` to avoid unnecessary widespread change.
8038904e -
...with `NSTR()` to prevent unwanted assessment in translatable string searches, as per the previous commit. note that in a few cases it might actually be wrong for translation to be occurring, which will be addressed separately in the next commit(s).
a785740a -
already done within the functions being called.
ce1b46c3 -
e791b513
Showing
- modules/gui/macosx/extensions/NSString+Helpers.h 6 additions, 1 deletionmodules/gui/macosx/extensions/NSString+Helpers.h
- modules/gui/macosx/menus/VLCMainMenu.m 4 additions, 4 deletionsmodules/gui/macosx/menus/VLCMainMenu.m
- modules/gui/macosx/panels/VLCInformationWindowController.m 17 additions, 17 deletionsmodules/gui/macosx/panels/VLCInformationWindowController.m
- modules/gui/macosx/preferences/VLCSimplePrefsController.m 8 additions, 8 deletionsmodules/gui/macosx/preferences/VLCSimplePrefsController.m
- modules/gui/macosx/preferences/prefs.m 6 additions, 6 deletionsmodules/gui/macosx/preferences/prefs.m
- modules/gui/macosx/preferences/prefs_widgets.m 30 additions, 30 deletionsmodules/gui/macosx/preferences/prefs_widgets.m
- modules/gui/macosx/windows/VLCHelpWindowController.m 1 addition, 1 deletionmodules/gui/macosx/windows/VLCHelpWindowController.m
- modules/gui/macosx/windows/VLCOpenWindowController.m 2 additions, 2 deletionsmodules/gui/macosx/windows/VLCOpenWindowController.m