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:
parent
8d16d3335d
commit
f0af178d09
@ -405,8 +405,8 @@ ConfigWindow::ConfigWindow()
|
||||
|
||||
rect = tabView->Frame();
|
||||
rect.top = rect.bottom + 5; rect.bottom = rect.top + height + 5;
|
||||
BButton *saveButton = new BButton(rect,"save",
|
||||
MDR_DIALECT_CHOICE ("Save","保存"),
|
||||
BButton *saveButton = new BButton(rect,"apply",
|
||||
MDR_DIALECT_CHOICE ("Apply","適用"),
|
||||
new BMessage(kMsgSaveSettings));
|
||||
float w,h;
|
||||
saveButton->GetPreferredSize(&w,&h);
|
||||
|
Loading…
Reference in New Issue
Block a user