Another small label tweak
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19447 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -24,7 +24,7 @@ IMAPConfig::IMAPConfig(BMessage *archive)
|
|||||||
#ifdef USESSL
|
#ifdef USESSL
|
||||||
| B_MAIL_PROTOCOL_HAS_FLAVORS)
|
| B_MAIL_PROTOCOL_HAS_FLAVORS)
|
||||||
{
|
{
|
||||||
AddFlavor("Unencrypted");
|
AddFlavor("No Encryption");
|
||||||
AddFlavor("SSL");
|
AddFlavor("SSL");
|
||||||
#else
|
#else
|
||||||
) {
|
) {
|
||||||
@@ -45,8 +45,8 @@ IMAPConfig::IMAPConfig(BMessage *archive)
|
|||||||
/*frame.top += 10;
|
/*frame.top += 10;
|
||||||
frame.bottom += 10;*/
|
frame.bottom += 10;*/
|
||||||
|
|
||||||
BTextControl *folder = new BTextControl(frame,"root","Mailbox Root: ","",NULL);
|
BTextControl *folder = new BTextControl(frame,"root","Top Mailbox Folder: ","",NULL);
|
||||||
folder->SetDivider(be_plain_font->StringWidth("Mailbox Root: "));
|
folder->SetDivider(be_plain_font->StringWidth("Top Mailbox Folder: "));
|
||||||
|
|
||||||
if (archive->HasString("root"))
|
if (archive->HasString("root"))
|
||||||
folder->SetText(archive->FindString("root"));
|
folder->SetText(archive->FindString("root"));
|
||||||
|
|||||||
Reference in New Issue
Block a user