summaryrefslogtreecommitdiff
path: root/src/rhlibrary/main.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-13 21:05:40 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-13 21:05:40 (GMT)
commitea3e0b5a08740238d48b1c5eb73adf5e3412f4ef (patch)
tree1cac74bac7081ecabddd1a0dfb671b54c3f5c50a /src/rhlibrary/main.go
parent2929bd10de03e5c755fbb5268e3436681a82d7f5 (diff)
renamed MainWindow to AppWindow
Diffstat (limited to 'src/rhlibrary/main.go')
-rw-r--r--src/rhlibrary/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhlibrary/main.go b/src/rhlibrary/main.go
index 1676c18..3b87e19 100644
--- a/src/rhlibrary/main.go
+++ b/src/rhlibrary/main.go
@@ -90,7 +90,7 @@ func main() {
return
}
- mw, err := NewMainWindow(p.GetInterface(), 640, 360)
+ mw, err := NewAppWindow(p.GetInterface(), 640, 360)
if err != nil {
rhl.Println("Error initializing Main Window:", err)
return