diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-10 12:03:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-10 12:05:56 +0000 |
commit | 4479a8896abfc10de2166623c743a73c9e11bb1e (patch) | |
tree | c463ce85b8ea31bc3e9ca9d117366825fb69ac9e /svx/UI_svx.mk | |
parent | 5bc835d48f1e5373b3a31bd166fadfdf19b3588f (diff) |
move .ui to be consistent with the other ones
set one button as the default one
set the ??? placeholder texts as not for translation
Change-Id: I71928318e762c1e331a90b9bc865bca3dca56423
Diffstat (limited to 'svx/UI_svx.mk')
-rw-r--r-- | svx/UI_svx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/UI_svx.mk b/svx/UI_svx.mk index b7c3bb9316b8..ae1ccf87cea8 100644 --- a/svx/UI_svx.mk +++ b/svx/UI_svx.mk @@ -10,7 +10,7 @@ $(eval $(call gb_UI_UI,svx)) $(eval $(call gb_UI_add_uifiles,svx,\ - svx/source/dialog/compressgraphicdialog \ + svx/uiconfig/ui/compressgraphicdialog \ )) # vim: set noet sw=4 ts=4: |