* hide the license key field as it is only supported in the commercial pdflib version
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26407 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -97,12 +97,15 @@ AdvancedSettingsWindow::AdvancedSettingsWindow(BMessage *settings)
|
|||||||
fLicenseKey->SetEnabled(false);
|
fLicenseKey->SetEnabled(false);
|
||||||
fLicenseKey->ResizeToPreferred();
|
fLicenseKey->ResizeToPreferred();
|
||||||
fLicenseKey->SetDivider(divider);
|
fLicenseKey->SetDivider(divider);
|
||||||
//fLicenseKey->TextView()->HideTyping(true);
|
fLicenseKey->TextView()->HideTyping(true);
|
||||||
fLicenseKey->TextView()->SetText(licenseKey.String());
|
fLicenseKey->TextView()->SetText(licenseKey.String());
|
||||||
|
|
||||||
|
// Hide the license key field as it is only supported in the commercial
|
||||||
|
// version of of pdflib. Leave it here for layout atm.
|
||||||
|
fLicenseKey->Hide();
|
||||||
// border link
|
// border link
|
||||||
|
|
||||||
bounds.OffsetBy(0.0, fLicenseKey->Bounds().Height() + 10.0);
|
// bounds.OffsetBy(0.0, fLicenseKey->Bounds().Height() + 10.0);
|
||||||
BPopUpMenu* m = new BPopUpMenu("Link Border");
|
BPopUpMenu* m = new BPopUpMenu("Link Border");
|
||||||
m->SetRadioMode(true);
|
m->SetRadioMode(true);
|
||||||
|
|
||||||
@@ -329,7 +332,7 @@ void
|
|||||||
AdvancedSettingsWindow::_UpdateSettings()
|
AdvancedSettingsWindow::_UpdateSettings()
|
||||||
{
|
{
|
||||||
#if 0
|
#if 0
|
||||||
AddString(fSettings, "pdflib_license_key", fLicenseKey);
|
SetString(fSettings, "pdflib_license_key", fLicenseKey);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SetInt32(fSettings, "close_option", fCloseOption);
|
SetInt32(fSettings, "close_option", fCloseOption);
|
||||||
|
|||||||
Reference in New Issue
Block a user