diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-09-02 09:50:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-09-02 09:53:51 -0400 |
commit | e742c0447e8e5c0f2ff00162a9b8d96499524e83 (patch) | |
tree | 91bf0f4d3c38f6171eaf204a4aa35cfaf9c5bedd /gtk/inspector/misc-info.ui.h | |
parent | 29826d5489667bec2dfd34fb85b890be2956160a (diff) | |
download | gtk+-e742c0447e8e5c0f2ff00162a9b8d96499524e83.tar.gz |
inspector: Add .ui.h files to git
Tools like damn-lies rely on being able to generate .pot files
from pristine checkouts, so everything that goes into the .pot
file has to be in git. This is not ideal, but we already do
the same for other .ui.h files in GTK+.
Diffstat (limited to 'gtk/inspector/misc-info.ui.h')
-rw-r--r-- | gtk/inspector/misc-info.ui.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/inspector/misc-info.ui.h b/gtk/inspector/misc-info.ui.h new file mode 100644 index 0000000000..b31872070a --- /dev/null +++ b/gtk/inspector/misc-info.ui.h @@ -0,0 +1,6 @@ +N_("State"); +N_("Buildable ID"); +N_("Default Widget"); +N_("Properties"); +N_("Focus Widget"); +N_("Properties"); |