Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
3b5db6cf
Commit
3b5db6cf
authored
Jul 29, 2012
by
Jekyll Wu
Browse files
Move the info about icon and homepage to a more outstanding place
parent
2e7cad19
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
3b5db6cf
...
@@ -189,6 +189,9 @@ void fillCommandLineOptions(KCmdLineOptions& options)
...
@@ -189,6 +189,9 @@ void fillCommandLineOptions(KCmdLineOptions& options)
void
fillAboutData
(
KAboutData
&
aboutData
)
void
fillAboutData
(
KAboutData
&
aboutData
)
{
{
aboutData
.
setProgramIconName
(
"utilities-terminal"
);
aboutData
.
setHomepage
(
"http://konsole.kde.org"
);
aboutData
.
addAuthor
(
ki18nc
(
"@info:credit"
,
"Kurt Hindenburg"
),
aboutData
.
addAuthor
(
ki18nc
(
"@info:credit"
,
"Kurt Hindenburg"
),
ki18nc
(
"@info:credit"
,
"General maintainer, bug fixes and general"
ki18nc
(
"@info:credit"
,
"General maintainer, bug fixes and general"
" improvements"
),
" improvements"
),
...
@@ -260,8 +263,6 @@ void fillAboutData(KAboutData& aboutData)
...
@@ -260,8 +263,6 @@ void fillAboutData(KAboutData& aboutData)
ki18nc
(
"@info:credit"
,
"Bug fixes"
),
ki18nc
(
"@info:credit"
,
"Bug fixes"
),
"knoll@mpi-hd.mpg.de"
);
"knoll@mpi-hd.mpg.de"
);
aboutData
.
addCredit
(
ki18nc
(
"@info:credit"
,
"Thanks to many others.
\n
"
));
aboutData
.
addCredit
(
ki18nc
(
"@info:credit"
,
"Thanks to many others.
\n
"
));
aboutData
.
setProgramIconName
(
"utilities-terminal"
);
aboutData
.
setHomepage
(
"http://konsole.kde.org"
);
}
}
void
restoreSession
(
Application
&
app
)
void
restoreSession
(
Application
&
app
)
...
...
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