Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KDE Base Apps
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Unmaintained
KDE Base Apps
Commits
b63b4bc4
Commit
b63b4bc4
authored
12 years ago
by
Peter Penz
Browse files
Options
Downloads
Patches
Plain Diff
Fix translation issue in context-menu
Thanks to Alexander Potashev for the patch! BUG: 290620 FIXED-IN: 4.8.2
parent
b4f70849
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dolphin/src/dolphinapplication.cpp
+2
-0
2 additions, 0 deletions
dolphin/src/dolphinapplication.cpp
dolphin/src/main.cpp
+0
-2
0 additions, 2 deletions
dolphin/src/main.cpp
with
2 additions
and
2 deletions
dolphin/src/dolphinapplication.cpp
+
2
−
0
View file @
b63b4bc4
...
...
@@ -30,6 +30,8 @@
DolphinApplication
::
DolphinApplication
()
:
m_mainWindow
(
0
)
{
KGlobal
::
locale
()
->
insertCatalog
(
"libkonq"
);
// Needed for applications using libkonq
m_mainWindow
=
new
DolphinMainWindow
();
m_mainWindow
->
setAttribute
(
Qt
::
WA_DeleteOnClose
);
m_mainWindow
->
show
();
...
...
This diff is collapsed.
Click to expand it.
dolphin/src/main.cpp
+
0
−
2
View file @
b63b4bc4
...
...
@@ -83,8 +83,6 @@ KDE_EXPORT int kdemain(int argc, char **argv)
KCmdLineArgs
::
addCmdLineOptions
(
options
);
DolphinApplication
app
;
KGlobal
::
locale
()
->
insertCatalog
(
"libkonq"
);
// needed for applications using libkonq
if
(
app
.
isSessionRestored
())
{
app
.
restoreSession
();
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment