Skip to content

Commit

Permalink
Avoid double-ampersand in MinGW title
Browse files Browse the repository at this point in the history
  • Loading branch information
ypnos committed May 27, 2020
1 parent 1fb13d5 commit 0c74266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
</property>
<property name="windowTitle">
<string>Proteins &amp;&amp; Markers</string>
<string>Proteins and Markers</string>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
Expand Down

0 comments on commit 0c74266

Please sign in to comment.