X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fmultimon.cpp;h=f7c7006fcf14f42bb7b618a9d13ff7145791f477;hb=abace91945a0d97539595103885884072f542dba;hp=abde2ec234331ffe331d6b4b3b3c96248530bbd0;hpb=e155ebe99481333af4a7660d174db490e2a75fb5;p=xonotic%2Fnetradiant.git diff --git a/radiant/multimon.cpp b/radiant/multimon.cpp index abde2ec2..f7c7006f 100644 --- a/radiant/multimon.cpp +++ b/radiant/multimon.cpp @@ -35,7 +35,7 @@ void MultiMonitor_constructPreferences( PreferencesPage& page ){ ui::CheckButton primary_monitor = page.appendCheckBox( "Multi Monitor", "Start on Primary Monitor", g_multimon_globals.m_bStartOnPrimMon ); // ui::CheckButton popup = page.appendCheckBox( // "", "Disable system menu on popup windows", -// mkImportExportCallback( g_Multimon_enableSysMenuPopups ) +// make_property( g_Multimon_enableSysMenuPopups ) // ); // Widget_connectToggleDependency( popup, primary_monitor ); }