Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/aboutdlgbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<item>
<widget class="QLabel" name="lblCopyright">
<property name="text">
<string>Copyright (C) 2005-2023 The Jamulus Development Team</string>
<string>Copyright © 2005-2023 The Jamulus Development Team</string>
</property>
<property name="wordWrap">
<bool>false</bool>
Expand Down
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ QString GetVersionAndNameStr ( const bool bDisplayInGui )
strVersionText += "\n *** Some sound samples are from Freesound";
strVersionText += "\n *** <https://freesound.org>";
strVersionText += "\n *** ";
strVersionText += "\n *** Copyright (C) 2005-2023 The Jamulus Development Team";
strVersionText += "\n *** Copyright © 2005-2023 The Jamulus Development Team";
strVersionText += "\n";
}

Expand Down