diff options
| author | Friedrich W. H. Kossebau <[email protected]> | 2020-11-28 10:28:53 +0100 |
|---|---|---|
| committer | Friedrich W. H. Kossebau <[email protected]> | 2020-11-28 10:28:53 +0100 |
| commit | ac862c8e2daf15058cdb3e9faddae15a9b44c2e0 (patch) | |
| tree | 20ef863f990edacc3df3c590cc81f37b55ead025 /src/dolphinui.rc | |
| parent | 31528188c14cf7c25b7c84b21ae8d82e4a220537 (diff) | |
ui.rc files: consistenly use <gui> instead of deprecated <kpartgui>
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 6c51497b1..01458f2c6 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,5 +1,6 @@ -<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphin" version="33"> +<?xml version="1.0"?> +<!DOCTYPE gui SYSTEM "kpartgui.dtd"> +<gui name="dolphin" version="33"> <MenuBar> <Menu name="file"> <Action name="new_menu" /> @@ -141,4 +142,4 @@ <Action priority="0" name="edit_paste"/> <Action priority="0" name="toggle_search"/> </ActionProperties> -</kpartgui> +</gui> |
