Change Save button into Apply because that is what it really does. Probably the last change I will make before checking in the new prefs app.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19454 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -405,8 +405,8 @@ ConfigWindow::ConfigWindow()
|
|||||||
|
|
||||||
rect = tabView->Frame();
|
rect = tabView->Frame();
|
||||||
rect.top = rect.bottom + 5; rect.bottom = rect.top + height + 5;
|
rect.top = rect.bottom + 5; rect.bottom = rect.top + height + 5;
|
||||||
BButton *saveButton = new BButton(rect,"save",
|
BButton *saveButton = new BButton(rect,"apply",
|
||||||
MDR_DIALECT_CHOICE ("Save","保存"),
|
MDR_DIALECT_CHOICE ("Apply","適用"),
|
||||||
new BMessage(kMsgSaveSettings));
|
new BMessage(kMsgSaveSettings));
|
||||||
float w,h;
|
float w,h;
|
||||||
saveButton->GetPreferredSize(&w,&h);
|
saveButton->GetPreferredSize(&w,&h);
|
||||||
|
|||||||
Reference in New Issue
Block a user