Skip to content

Commit

Permalink
Arch: Fixed typo (Awming->Awning)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Dec 9, 2020
1 parent 065f3fa commit d03262c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Arch/ArchWindowPresets.py
Expand Up @@ -26,7 +26,7 @@


WindowPresets = ["Fixed", "Open 1-pane", "Open 2-pane", "Sash 2-pane",
"Sliding 2-pane", "Simple door", "Glass door", "Sliding 4-pane", "Awming"]
"Sliding 2-pane", "Simple door", "Glass door", "Sliding 4-pane", "Awning"]

def makeWindowPreset(windowtype,width,height,h1,h2,h3,w1,w2,o1,o2,placement=None):

Expand Down Expand Up @@ -436,7 +436,7 @@ def doorFrame(s,width,height,h1,w1,o1):
wp.extend(["RightMostFrame","Frame","Wire8,Wire9",fw,str(o2)+"+V"])
wp.extend(["RightMostGlass","Glass panel","Wire9",str(w2/gla),str(o2+w2/2)+"+V"])

elif windowtype == "Awming":
elif windowtype == "Awning":

wp = outerFrame(s,width,height,h1,w1,o1)
simpleFrame(s,width,height,h1,h2,tol)
Expand Down

0 comments on commit d03262c

Please sign in to comment.