Skip to content

Commit

Permalink
hint versioning in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBardian committed Oct 12, 2023
1 parent c173864 commit c340c9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SAGisXPlanung/XPlanungPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def initGui(self):

xp_icon = os.path.abspath(os.path.join(os.path.dirname(__file__), 'gui/resources/sagis_icon.png'))
settings_icon = ':/images/themes/default/mActionOptions.svg'
self.main_action = QAction(QIcon(xp_icon), 'XPlanung', self.iface.mainWindow())
self.main_action = QAction(QIcon(xp_icon), 'SAGis XPlanung', self.iface.mainWindow())
self.main_action.setToolTip('Plugin zum Erfassen von XPlanung konformen Bauleitplänen')
self.main_action.triggered.connect(self.run)
self.sagis_toolbar.addAction(self.main_action)
Expand Down
4 changes: 2 additions & 2 deletions src/SAGisXPlanung/ui/XPlanung_dialog_base.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<x>0</x>
<y>0</y>
<width>395</width>
<height>407</height>
<height>423</height>
</rect>
</property>
<property name="windowTitle">
<string>XPlanung</string>
<string>SAGis XPlanung</string>
</property>
<widget class="QWidget" name="dockWidgetContents">
<property name="sizePolicy">
Expand Down
2 changes: 1 addition & 1 deletion src/SAGisXPlanung/ui/settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
</font>
</property>
<property name="text">
<string>-</string>
<string>- Community Edition - </string>
</property>
</widget>
</item>
Expand Down

0 comments on commit c340c9f

Please sign in to comment.