Minor changes in preferences dialog labels

This commit is contained in:
David Capello 2016-11-14 16:13:00 -03:00
parent 268cfa3a46
commit c1e3054e3f

View File

@ -158,9 +158,9 @@ public:
showScrollbars()->setSelected(true); showScrollbars()->setSelected(true);
// Scope // Scope
gridScope()->addItem("Global"); gridScope()->addItem("New Documents");
if (context->activeDocument()) { if (context->activeDocument()) {
gridScope()->addItem("Current Document"); gridScope()->addItem("Active Document");
gridScope()->setSelectedItemIndex(1); gridScope()->setSelectedItemIndex(1);
gridScope()->Change.connect(base::Bind<void>(&OptionsWindow::onChangeGridScope, this)); gridScope()->Change.connect(base::Bind<void>(&OptionsWindow::onChangeGridScope, this));
} }