Kaydet (Commit) 978d0494 authored tarafından Caolán McNamara's avatar Caolán McNamara

missing string resource

content.cxx loops over CONTEXT_COUNT so there can't be holes here

regression from

commit 63aa32b7
Author: Caolán McNamara <caolanm@redhat.com>
Date:   Mon Sep 28 17:05:40 2015 +0100

    move strings out of widget

Change-Id: Ie189e2a910e02a96bc8e1450a2f2b03afaf466ac
(cherry picked from commit b33236bf)
üst 05ec111a
......@@ -101,7 +101,7 @@
#define STR_HIDDEN (STR_STATUS_FIRST + 0)
#define STR_ACTIVE (STR_STATUS_FIRST + 1)
#define STR_INACTIVE (STR_STATUS_FIRST + 2)
#define STR_MISC (RC_GLOBALS_BEGIN + 63)
#define STR_MISC (RC_GLOBALS_BEGIN + 62)
#define STR_EDIT_ENTRY STR_MISC
#define STR_DELETE_ENTRY (STR_MISC + 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment