diff --git a/InForm/UiEditor.bas b/InForm/UiEditor.bas index 28640c3..f3e77bb 100644 --- a/InForm/UiEditor.bas +++ b/InForm/UiEditor.bas @@ -1,6 +1,6 @@ OPTION _EXPLICIT -$EXEICON:'.\..\resources\InForm.ico' +$EXEICON:'.\resources\InForm.ico' DIM SHARED RedTrackID AS LONG, GreenTrackID AS LONG, BlueTrackID AS LONG DIM SHARED RedTextBoxID AS LONG, GreenTextBoxID AS LONG, BlueTextBoxID AS LONG @@ -144,8 +144,8 @@ $ELSE END DECLARE $END IF -'$include:'..\InForm.ui' -'$include:'..\xp.uitheme' +'$include:'InForm.ui' +'$include:'xp.uitheme' '$include:'UiEditor.frm' 'Event procedures: --------------------------------------------------------------- diff --git a/InForm/UiEditor.frm b/InForm/UiEditor.frm index ca23e1b..50a5c0a 100644 --- a/InForm/UiEditor.frm +++ b/InForm/UiEditor.frm @@ -10,7 +10,7 @@ SUB __UI_LoadForm $IF WIN THEN Control(__UI_NewID).Font = SetFont("segoeui.ttf", 12, "") $ELSE - Control(__UI_NewID).Font = SetFont("..\resources\NotoMono-Regular.ttf", 12, "") + Control(__UI_NewID).Font = SetFont("resources\NotoMono-Regular.ttf", 12, "") $END IF __UI_NewID = __UI_NewControl(__UI_Type_MenuBar, "FileMenu", 44, 18, 8, 0, 0) diff --git a/InForm/UiEditorPreview.bas b/InForm/UiEditorPreview.bas index 4bf44ef..ae049e0 100644 --- a/InForm/UiEditorPreview.bas +++ b/InForm/UiEditorPreview.bas @@ -52,8 +52,8 @@ $ELSE END DECLARE $END IF -'$include:'..\InForm.ui' -'$include:'..\xp.uitheme' +'$include:'InForm.ui' +'$include:'xp.uitheme' '$include:'UiEditorPreview.frm' 'Event procedures: --------------------------------------------------------------- diff --git a/InForm/falcon.h b/falcon.h similarity index 100% rename from InForm/falcon.h rename to falcon.h