X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fpreferences.cpp;h=46ed23ffb1f4b004850ef41735e713f5cf3d91ee;hb=e075e775ce2359d9ac8e0fe6c44d03a7d7ecae9d;hp=d1ae9e15956e3cf2c46f6243def1fe15deca3345;hpb=2c97d2fff3cc15f282d32b13cf60475a3a514d30;p=xonotic%2Fnetradiant.git diff --git a/radiant/preferences.cpp b/radiant/preferences.cpp index d1ae9e15..46ed23ff 100644 --- a/radiant/preferences.cpp +++ b/radiant/preferences.cpp @@ -317,7 +317,7 @@ void CGameDialog::CreateGlobalFrame( PreferencesPage& page ){ } ui::Window CGameDialog::BuildDialog(){ - auto frame = create_dialog_frame( "Game settings", GTK_SHADOW_ETCHED_IN ); + auto frame = create_dialog_frame( "Game settings", ui::Shadow::ETCHED_IN ); auto vbox2 = create_dialog_vbox( 0, 4 ); frame.add(vbox2);