remote and Branche auto updated
This commit is contained in:
@@ -2327,10 +2327,12 @@ Procedure.i OpenGUI(initialDir$, prefsPath$)
|
|||||||
|
|
||||||
; Remote et branche sur une ligne séparée
|
; Remote et branche sur une ligne séparée
|
||||||
TextGadget(#GLabelRemote, 15, 555, 60, 22, "Remote :")
|
TextGadget(#GLabelRemote, 15, 555, 60, 22, "Remote :")
|
||||||
StringGadget(#GStringRemote, 80, 553, 200, 26, "origin") ; Valeur par défaut
|
|
||||||
|
StringGadget(#GStringRemote, 80, 553, 200, 26, rp\remote) ; Valeur par défaut
|
||||||
|
|
||||||
TextGadget(#GLabelBranch, 290, 555, 60, 22, "Branche :")
|
TextGadget(#GLabelBranch, 290, 555, 60, 22, "Branche :")
|
||||||
ComboBoxGadget(#GComboBranch, 355, 553, 180, 26)
|
ComboBoxGadget(#GComboBranch, 355, 553, 180, 26)
|
||||||
|
If rp\branch <> "" : SetGadgetText(#GComboBranch, rp\branch) : EndIf
|
||||||
|
|
||||||
; Boutons de gestion des branches
|
; Boutons de gestion des branches
|
||||||
ButtonGadget(#GSavePrefs, 545, 553, 85, 26, "Défauts")
|
ButtonGadget(#GSavePrefs, 545, 553, 85, 26, "Défauts")
|
||||||
@@ -2861,8 +2863,8 @@ EndIf
|
|||||||
; END OF FILE / FIN DU FICHIER
|
; END OF FILE / FIN DU FICHIER
|
||||||
; =============================================================================
|
; =============================================================================
|
||||||
; IDE Options = PureBasic 6.21 (Windows - x64)
|
; IDE Options = PureBasic 6.21 (Windows - x64)
|
||||||
; CursorPosition = 2049
|
; CursorPosition = 2334
|
||||||
; FirstLine = 2010
|
; FirstLine = 2303
|
||||||
; Folding = -----------
|
; Folding = -----------
|
||||||
; EnableXP
|
; EnableXP
|
||||||
; DPIAware
|
; DPIAware
|
||||||
|
Reference in New Issue
Block a user