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
KRuler
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
0
Merge Requests
0
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
Graphics
KRuler
Commits
462d6b81
Commit
462d6b81
authored
Jan 07, 2009
by
Mathias Soeken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
year++ and new maintainer and developer
svn path=/trunk/KDE/kdegraphics/kruler/; revision=907243
parent
4a2e09ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
klineal.h
klineal.h
+2
-2
main.cpp
main.cpp
+8
-7
No files found.
klineal.h
View file @
462d6b81
...
...
@@ -2,8 +2,8 @@
klineal.h - description
-------------------
begin : Fri Oct 13 2000
copyright : (C) 2000 by Till Krech
email : till@snafu.de
Copyright : (C) 2000 - 2008 by Till Krech <till@snafu.de>
(C) 2009 by Mathias Soeken <msoeken@tzi.de>
***************************************************************************/
/***************************************************************************
...
...
main.cpp
View file @
462d6b81
/***************************************************************************
main.cpp - description
-------------------
copyright : (C) 2000 by Till Krech
email : till@snafu.de
Copyright : (C) 2000 - 2008 by Till Krech <till@snafu.de>
(C) 2009 by Mathias Soeken <msoeken@tzi.de>
***************************************************************************/
/***************************************************************************
...
...
@@ -24,13 +24,14 @@
int
main
(
int
argc
,
char
*
argv
[])
{
KAboutData
aboutData
(
"kruler"
,
0
,
ki18n
(
"KDE Screen Ruler"
),
KAboutData
aboutData
(
"kruler"
,
0
,
ki18n
(
"KDE Screen Ruler"
),
KDE_VERSION_STRING
,
ki18n
(
"A screen ruler for the K Desktop Environment"
),
ki18n
(
"A screen ruler for the K Desktop Environment"
),
KAboutData
::
License_GPL
,
ki18n
(
"(c) 2000, Till Krech"
));
aboutData
.
addAuthor
(
ki18n
(
"Till Krech"
),
ki18n
(
"Programming"
),
"till@snafu.de"
);
aboutData
.
addCredit
(
ki18n
(
"Gunnstein Lye"
),
ki18n
(
"Initial port to KDE 2"
),
"gl@ez.no"
);
ki18n
(
"(c) 2000 - 2008, Till Krech
\n
(c) 2009, Mathias Soeken"
)
);
aboutData
.
addAuthor
(
ki18n
(
"Mathias Soeken"
),
ki18n
(
"Maintainer"
),
"msoeken@tzi.de"
);
aboutData
.
addAuthor
(
ki18n
(
"Till Krech"
),
ki18n
(
"Former Maintainer and Developer"
),
"till@snafu.de"
);
aboutData
.
addCredit
(
ki18n
(
"Gunnstein Lye"
),
ki18n
(
"Initial port to KDE 2"
),
"gl@ez.no"
);
KCmdLineArgs
::
init
(
argc
,
argv
,
&
aboutData
);
KCmdLineOptions
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