Skip to content

Commit

Permalink
added icon for 'Cartridge Conversion Utility' menu
Browse files Browse the repository at this point in the history
  • Loading branch information
emartisoft committed Jun 15, 2020
1 parent cf2ba9f commit 30d9e84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ QTabBar::close-button:pressed {
<widget class="QDockWidget" name="dwOpenDocument">
<property name="minimumSize">
<size>
<width>0</width>
<width>204</width>
<height>113</height>
</size>
</property>
Expand Down Expand Up @@ -990,7 +990,7 @@ QTabBar::close-button:pressed {
<widget class="QDockWidget" name="dwBookmarks">
<property name="minimumSize">
<size>
<width>0</width>
<width>86</width>
<height>45</height>
</size>
</property>
Expand Down Expand Up @@ -1132,7 +1132,7 @@ QTabBar::close-button:pressed {
<widget class="QDockWidget" name="dwMemoryViewer">
<property name="minimumSize">
<size>
<width>0</width>
<width>164</width>
<height>361</height>
</size>
</property>
Expand Down Expand Up @@ -1885,6 +1885,10 @@ background-color: rgb(255, 0, 0);</string>
</property>
</action>
<action name="actionCartridge_Conversion_Utility">
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/res/images/cartridge.png</normaloff>:/res/images/cartridge.png</iconset>
</property>
<property name="text">
<string>Cartridge Conversion Utility</string>
</property>
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#define VER_PRODUCTVERSION_STR "0.1.3\0"
// -------

#define VER_COMPANYNAME_STR "emarti, Murat Özdemir"
#define VER_COMPANYNAME_STR "emarti, Murat Ozdemir"
#define VER_FILEDESCRIPTION_STR "IDE 65XX"
#define VER_INTERNALNAME_STR "IDE 65XX"
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2020 emarti, Murat Özdemir"
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2020 emarti, Murat Ozdemir"
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
#define VER_ORIGINALFILENAME_STR "IDE65XX.exe"
Expand Down

0 comments on commit 30d9e84

Please sign in to comment.