[haiku-commits] haiku: hrev54075 - src/preferences/input

  • From: humdinger <humdingerb@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 20 Apr 2020 12:05:33 -0400 (EDT)

hrev54075 adds 1 changeset to branch 'master'
old head: 9aacbbbbc1613a20b34b251a1dcc37b5f4caa149
new head: 367a1cd9890a5dd2a7892cd159bd03fc85b4c6b5
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=367a1cd9890a+%5E9aacbbbbc161

----------------------------------------------------------------------------

367a1cd9890a: Input prefs: fix missing translation strings

                                        [ Humdinger <humdingerb@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev54075
Commit:      367a1cd9890a5dd2a7892cd159bd03fc85b4c6b5
URL:         https://git.haiku-os.org/haiku/commit/?id=367a1cd9890a
Author:      Humdinger <humdingerb@xxxxxxxxx>
Date:        Mon Apr 20 16:02:38 2020 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+)
src/preferences/input/Jamfile | 1 +

----------------------------------------------------------------------------

diff --git a/src/preferences/input/Jamfile b/src/preferences/input/Jamfile
index 1488c44837..ec817289bb 100644
--- a/src/preferences/input/Jamfile
+++ b/src/preferences/input/Jamfile
@@ -23,6 +23,7 @@ DoCatalogs Input :
        :
        Input.cpp
        InputDeviceView.cpp
+       InputKeyboard.cpp
        InputMouse.cpp
        InputTouchpadPref.cpp
        InputTouchpadPrefView.cpp


Other related posts:

  • » [haiku-commits] haiku: hrev54075 - src/preferences/input - humdinger