Ide: UppHub name standardization.

git-svn-id: svn://ultimatepp.org/upp/trunk@15568 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-12-06 19:02:33 +00:00
parent 6b72fe3b2c
commit 7e97ed3dce
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ struct UppHubNest : Moveable<UppHubNest> {
String repo;
};
struct UppHubDlg : WithUpvLayout<TopWindow> {
struct UppHubDlg : WithUppHubLayout<TopWindow> {
Vector<UppHubNest> upv;
Index<String> loaded;
Progress pi;
@ -22,7 +22,7 @@ struct UppHubDlg : WithUpvLayout<TopWindow> {
UppHubDlg::UppHubDlg()
{
CtrlLayoutOKCancel(*this, "Uppiverse");
CtrlLayoutOKCancel(*this, "UppHub");
list.EvenRowColor();

View file

@ -912,7 +912,7 @@ LAYOUT(WebSearchTabLayout, 556, 200)
ITEM(Upp::Button, remove, SetLabel(t_("Remove engine")).Tip(t_("Delete row")).RightPosZ(60, 100).TopPosZ(8, 23))
END_LAYOUT
LAYOUT(UpvLayout, 992, 656)
LAYOUT(UppHubLayout, 992, 656)
ITEM(Upp::ArrayCtrl, list, LeftPosZ(4, 984).TopPosZ(4, 616))
ITEM(Upp::Button, settings, SetLabel(t_("Settings..")).LeftPosZ(4, 64).TopPosZ(628, 24))
ITEM(Upp::Button, ok, SetLabel(t_("Install")).RightPosZ(72, 64).BottomPosZ(4, 24))