mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
add Suliman Altassan
This commit is contained in:
parent
189660d040
commit
360e5d8121
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -131,7 +131,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
||||
|
||||
[[package]]
|
||||
name = "blue-recorder"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"gdk",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "blue-recorder"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = ["Salem Yaslem <s@sy.sa>"]
|
||||
edition = "2018"
|
||||
|
||||
|
@ -389,7 +389,7 @@ fn main() {
|
||||
about_menu_item.set_label("about");
|
||||
about_dialog.set_transient_for(Some(&main_window));
|
||||
about_dialog.set_program_name(&gettext("Blue Recorder"));
|
||||
about_dialog.set_version(Some("3.2.3"));
|
||||
about_dialog.set_version(Some("0.1.3"));
|
||||
about_dialog.set_copyright(Some("© 2021 Salem Yaslem"));
|
||||
about_dialog.set_wrap_license(true);
|
||||
about_dialog.set_license(Some("Blue Recorder is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nBlue Recorder is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\nSee the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Blue Recorder. If not, see <http://www.gnu.org/licenses/>."));
|
||||
@ -400,6 +400,7 @@ fn main() {
|
||||
"Salem Yaslem <s@sy.sa>",
|
||||
"M.Hanny Sabbagh <mhsabbagh@outlook.com>",
|
||||
"Alessandro Toia <gort818@gmail.com>",
|
||||
"Suliman Altassan <suliman@dismail.de>",
|
||||
"Patreon Supporters: Ahmad Gharib, Medium,\nWilliam Grunow, Alex Benishek.",
|
||||
]);
|
||||
about_dialog.set_artists(&["Mustapha Assabar", "Abdullah Al-Baroty <albaroty@gmail.com>"]);
|
||||
|
Loading…
Reference in New Issue
Block a user