Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
JuK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Multimedia
JuK
Commits
fbf83585
Commit
fbf83585
authored
Jun 10, 2003
by
Scott Wheeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Zack.
svn path=/trunk/kdemultimedia/juk/; revision=230694
parent
d55b23fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
main.cpp
main.cpp
+2
-0
No files found.
main.cpp
View file @
fbf83585
...
...
@@ -29,6 +29,7 @@ static const char *tim = I18N_NOOP("GStreamer port");
static
const
char
*
stefan
=
I18N_NOOP
(
"Global keybindings support"
);
static
const
char
*
stephan
=
I18N_NOOP
(
"Track announcement popups"
);
static
const
char
*
frerich
=
I18N_NOOP
(
"Automagic track data guessing, bugfixes"
);
static
const
char
*
zack
=
I18N_NOOP
(
"More automagical things, now using MusicBrainz"
);
#if KDE_IS_VERSION(3,1,90)
typedef
KUniqueApplication
Application
;
...
...
@@ -68,6 +69,7 @@ int main(int argc, char *argv[])
aboutData
.
addCredit
(
"Stefan Asserhäll"
,
stefan
,
"stefan.asserhall@telia.com"
);
aboutData
.
addCredit
(
"Stephan Douglas"
,
stephan
,
"stephen_douglas@yahoo.com"
);
aboutData
.
addCredit
(
"Frerich Raabe"
,
frerich
,
"raabe@kde.org"
);
aboutData
.
addCredit
(
"Zack Rusin"
,
zack
,
"zack@kde.org"
);
KCmdLineArgs
::
init
(
argc
,
argv
,
&
aboutData
);
KCmdLineArgs
::
addCmdLineOptions
(
options
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment