Modified the Replicant preferences string to notify that it's working only under gcc4hybrid atm, a development release will follow.

This commit is contained in:
barrett 2012-03-24 23:54:58 +00:00
parent 7318f6f28b
commit 9f4470c334

View File

@ -4,13 +4,11 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#include <Button.h>
#include <CheckBox.h> #include <CheckBox.h>
#include <ControlLook.h> #include <ControlLook.h>
#include <Deskbar.h> #include <Deskbar.h>
#include <GroupLayout.h> #include <GroupLayout.h>
#include <GroupLayoutBuilder.h> #include <GroupLayoutBuilder.h>
#include <ScrollView.h>
#include <StringView.h> #include <StringView.h>
#include "AccountManager.h" #include "AccountManager.h"
@ -31,8 +29,12 @@ const uint32 kHideCayaDeskbar = 'HCtk';
PreferencesReplicant::PreferencesReplicant() PreferencesReplicant::PreferencesReplicant()
: BView("Replicant", B_WILL_DRAW) : BView("Replicant", B_WILL_DRAW)
{ {
fReplicantString = new BStringView("ReplicantString", "Deskbar Replicant"); fReplicantString = new BStringView("ReplicantString",
fReplicantString->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE)); "Deskbar Replicant (only with gcc4hybrid)");
fReplicantString->SetExplicitAlignment(
BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
fReplicantString->SetFont(be_bold_font); fReplicantString->SetFont(be_bold_font);
fDisableReplicant = new BCheckBox("DisableReplicant", fDisableReplicant = new BCheckBox("DisableReplicant",