Skip to content

Commit

Permalink
Minor Change
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Nov 25, 2014
1 parent d54df04 commit 43b9656
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PyRunResources.qrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<RCC>
<qresource prefix="/data">
<file>startme.py</file>
<file>Icons/Clear.png</file>
<file>Icons/Open.png</file>
<file>Icons/Save.png</file>
Expand All @@ -10,5 +9,6 @@
<file>Icons/Load.png</file>
<file>Icons/Remove.png</file>
<file>Icons/PyRunImg.png</file>
<file>startme.py</file>
</qresource>
</RCC>
2 changes: 1 addition & 1 deletion UI/mainview.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef MAINVIEW_H
#define MAINVIEW_H
#define APP_NAME "PyRun Tester"
#define APP_NAME "Express Python"

#include <cmath>
#include "Python.h"
Expand Down
2 changes: 1 addition & 1 deletion UI/mainview.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>PyRun Tester</string>
<string>Express Python</string>
</property>
<property name="windowIcon">
<iconset resource="../PyRunResources.qrc">
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static MainView* mainView;
int main(int argc, char* argv[])
{
QApplication app(argc, argv);
wchar_t c_s[] = L"PyRun";
wchar_t c_s[] = L"expressPython";
Py_SetProgramName(c_s);
snip = new Snippets();
mainView = new MainView();
Expand Down

0 comments on commit 43b9656

Please sign in to comment.