John Scipione e8fc10dee7 Keymap: Refactor _LoadSettings()
Instead of filling out the path into a BString and using it in the calling method,
call _SetKeyboardLayout() directly using the path found.

Also use a plain const char* array instead of BString because we don't need
the added functionality.

The return value now reflects whether or not the window frame was loaded.

Check the return value on the caller side and only use the resulting window
frame if it is B_OK, otherwise CenterOnScreen().
2016-08-16 15:39:50 -07:00
..
2016-08-07 22:06:24 +02:00
2016-08-09 16:08:18 -07:00
2016-08-12 12:37:03 -07:00
2016-08-13 21:24:00 -04:00
2016-08-06 20:32:47 +02:00
2016-08-07 22:06:24 +02:00
2016-08-14 09:18:07 +02:00
2016-07-10 17:11:33 +02:00