Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
make s in 15Slide lower case package name
Browse files Browse the repository at this point in the history
  • Loading branch information
JZJisawesome committed Oct 23, 2018
1 parent 9e5dbff commit d04930d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ int main(int argc, char *argv[])
if constexpr (GTKSlide::RUNNING_UNINSTALLED)
Glib::setenv ("GSETTINGS_SCHEMA_DIR", ".", false);

Glib::RefPtr<Gtk::Application> application = Gtk::Application::create(argc, argv, "io.github.jzjisawesome._15Slide");//give GTK the command line arguments
Glib::RefPtr<Gtk::Application> application = Gtk::Application::create(argc, argv, "io.github.jzjisawesome._15slide");//give GTK the command line arguments

//application refrence is needed because get_application returns nullptr sometimes
GTKSlide::MainWindow window {application, gameGrid};//give the gameGrid and application to the GUI (may want to move to heap, see below)
Expand Down

0 comments on commit d04930d

Please sign in to comment.