Skip to content

Commit

Permalink
Updated i18n_function to i18n_gnu_function.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Oct 10, 2023
1 parent 1a6c9d0 commit b74b5bf
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 23 deletions.
4 changes: 2 additions & 2 deletions mrv2/lib/mrvWidgets/PathMappingUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version 1.0400
i18n_type 1
i18n_include {<libintl.h>}
i18n_conditional {}
i18n_function gettext
i18n_static_function gettext_noop
i18n_gnu_function gettext
i18n_gnu_static_function gettext_noop
header_name {.h}
code_name {.cxx}
snap {
Expand Down
4 changes: 2 additions & 2 deletions mrv2/lib/mrvWidgets/SaveOptionsUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version 1.0400
i18n_type 1
i18n_include {<libintl.h>}
i18n_conditional {}
i18n_function gettext
i18n_static_function gettext_noop
i18n_gnu_function gettext
i18n_gnu_static_function gettext_noop
header_name {.h}
code_name {.cxx}
snap {
Expand Down
9 changes: 2 additions & 7 deletions mrv2/lib/mrvWidgets/keyboard_ui.fl
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ version 1.0400
i18n_type 1
i18n_include {<libintl.h>}
i18n_conditional {}
i18n_function gettext
i18n_static_function gettext_noop
i18n_gnu_function gettext
i18n_gnu_static_function gettext_noop
header_name {.h}
code_name {.cxx}
snap {
ver 1
current_suite FLTK
current_preset 0
}
decl {\#include <cstdio>} {private local
}

Expand Down
4 changes: 2 additions & 2 deletions mrv2/lib/mrvWidgets/make_ocio_chooser.fl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version 1.0400
i18n_type 1
i18n_include {<libintl.h>}
i18n_conditional {}
i18n_function gettext
i18n_static_function gettext_noop
i18n_gnu_function gettext
i18n_gnu_static_function gettext_noop
header_name {.h}
code_name {.cxx}
snap {
Expand Down
4 changes: 2 additions & 2 deletions mrv2/lib/mrvWidgets/mrvAboutUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version 1.0400
i18n_type 1
i18n_include {<libintl.h>}
i18n_conditional {}
i18n_function gettext
i18n_static_function gettext_noop
i18n_gnu_function gettext
i18n_gnu_static_function gettext_noop
header_name {.h}
code_name {.cxx}
snap {
Expand Down
4 changes: 2 additions & 2 deletions mrv2/lib/mrvWidgets/mrvHUDUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version 1.0400
i18n_type 1
i18n_include {<libintl.h>}
i18n_conditional {}
i18n_function gettext
i18n_static_function gettext_noop
i18n_gnu_function gettext
i18n_gnu_static_function gettext_noop
header_name {.h}
code_name {.cxx}
snap {
Expand Down
4 changes: 2 additions & 2 deletions mrv2/lib/mrvWidgets/mrvHotkeyUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version 1.0400
i18n_type 1
i18n_include {<libintl.h>}
i18n_conditional {}
i18n_function gettext
i18n_static_function gettext_noop
i18n_gnu_function gettext
i18n_gnu_static_function gettext_noop
header_name {.h}
code_name {.cxx}
snap {
Expand Down
4 changes: 2 additions & 2 deletions mrv2/lib/mrvWidgets/mrvImageInfo.fl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version 1.0400
i18n_type 1
i18n_include {<libintl.h>}
i18n_conditional {}
i18n_function gettext
i18n_static_function gettext_noop
i18n_gnu_function gettext
i18n_gnu_static_function gettext_noop
header_name {.h}
code_name {.cxx}
snap {
Expand Down
4 changes: 2 additions & 2 deletions mrv2/lib/mrvWidgets/mrvPreferencesUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version 1.0400
i18n_type 1
i18n_include {<libintl.h>}
i18n_conditional {}
i18n_function gettext
i18n_static_function gettext_noop
i18n_gnu_function gettext
i18n_gnu_static_function gettext_noop
header_name {.h}
code_name {.cxx}
snap {
Expand Down

0 comments on commit b74b5bf

Please sign in to comment.