Fix missing capital. (sorry not awake yet)

This commit is contained in:
Dave Davenport 2017-02-18 12:12:51 +01:00
parent 71352a89d2
commit 8608a46633
1 changed files with 1 additions and 1 deletions

View File

@ -941,7 +941,7 @@ void x11_helper_discover_window_manager ( void )
current_window_manager = WM_I3;
} else if ( g_strcmp0 ( wtitle.strings, "awesome" ) == 0 ){
current_window_manager = WM_AWESOME;
} else if ( g_strcmp0 ( wtitle.strings, "openbox" ) == 0 ){
} else if ( g_strcmp0 ( wtitle.strings, "Openbox" ) == 0 ){
current_window_manager = WM_OPENBOX;
}
}