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/dolphinpart.rc | |
| parent | 31528188c14cf7c25b7c84b21ae8d82e4a220537 (diff) | |
ui.rc files: consistenly use <gui> instead of deprecated <kpartgui>
Diffstat (limited to 'src/dolphinpart.rc')
| -rw-r--r-- | src/dolphinpart.rc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc index df152fb20..a65cf685e 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -1,5 +1,6 @@ -<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphinpart" version="15" translationDomain="dolphin"> +<?xml version="1.0"?> +<!DOCTYPE gui SYSTEM "kpartgui.dtd"> +<gui name="dolphinpart" version="15" translationDomain="dolphin"> <MenuBar> <Menu name="edit"><text>&Edit</text> <Action name="new_menu"/> @@ -64,4 +65,4 @@ <Action name="deletefile" /> </disable> </State> -</kpartgui> +</gui> |
